Class DiagnosisKey

  • All Implemented Interfaces:
    DiagnosisKeyOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class DiagnosisKey
    extends com.google.protobuf.GeneratedMessageV3
    implements DiagnosisKeyOrBuilder
    Protobuf type app.coronawarn.server.common.protocols.external.exposurenotification.DiagnosisKey
    See Also:
    Serialized Form
    • Field Detail

      • ROLLINGSTARTINTERVALNUMBER_FIELD_NUMBER

        public static final int ROLLINGSTARTINTERVALNUMBER_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ROLLINGPERIOD_FIELD_NUMBER

        public static final int ROLLINGPERIOD_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TRANSMISSIONRISKLEVEL_FIELD_NUMBER

        public static final int TRANSMISSIONRISKLEVEL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • VISITEDCOUNTRIES_FIELD_NUMBER

        public static final int VISITEDCOUNTRIES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REPORTTYPE_FIELD_NUMBER

        public static final int REPORTTYPE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DAYS_SINCE_ONSET_OF_SYMPTOMS_FIELD_NUMBER

        public static final int DAYS_SINCE_ONSET_OF_SYMPTOMS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getKeyData

        public com.google.protobuf.ByteString getKeyData()
         key
         
        bytes keyData = 1;
        Specified by:
        getKeyData in interface DiagnosisKeyOrBuilder
        Returns:
        The keyData.
      • getRollingPeriod

        public int getRollingPeriod()
         number of 10-minute windows between key-rolling
         
        uint32 rollingPeriod = 3;
        Specified by:
        getRollingPeriod in interface DiagnosisKeyOrBuilder
        Returns:
        The rollingPeriod.
      • getTransmissionRiskLevel

        public int getTransmissionRiskLevel()
         risk of transmission
         
        int32 transmissionRiskLevel = 4;
        Specified by:
        getTransmissionRiskLevel in interface DiagnosisKeyOrBuilder
        Returns:
        The transmissionRiskLevel.
      • getVisitedCountriesList

        public com.google.protobuf.ProtocolStringList getVisitedCountriesList()
        repeated string visitedCountries = 5;
        Specified by:
        getVisitedCountriesList in interface DiagnosisKeyOrBuilder
        Returns:
        A list containing the visitedCountries.
      • getVisitedCountries

        public String getVisitedCountries​(int index)
        repeated string visitedCountries = 5;
        Specified by:
        getVisitedCountries in interface DiagnosisKeyOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The visitedCountries at the given index.
      • getVisitedCountriesBytes

        public com.google.protobuf.ByteString getVisitedCountriesBytes​(int index)
        repeated string visitedCountries = 5;
        Specified by:
        getVisitedCountriesBytes in interface DiagnosisKeyOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the visitedCountries at the given index.
      • getOriginBytes

        public com.google.protobuf.ByteString getOriginBytes()
         country of origin
         
        string origin = 6;
        Specified by:
        getOriginBytes in interface DiagnosisKeyOrBuilder
        Returns:
        The bytes for origin.
      • getReportTypeValue

        public int getReportTypeValue()
         set by backend
         
        .app.coronawarn.server.common.protocols.external.exposurenotification.ReportType reportType = 7;
        Specified by:
        getReportTypeValue in interface DiagnosisKeyOrBuilder
        Returns:
        The enum numeric value on the wire for reportType.
      • getReportType

        public ReportType getReportType()
         set by backend
         
        .app.coronawarn.server.common.protocols.external.exposurenotification.ReportType reportType = 7;
        Specified by:
        getReportType in interface DiagnosisKeyOrBuilder
        Returns:
        The reportType.
      • getDaysSinceOnsetOfSymptoms

        public int getDaysSinceOnsetOfSymptoms()
         Number of days elapsed between symptom onset and the TEK being used.
         E.g. 2 means TEK is 2 days after onset of symptoms.
         
        sint32 days_since_onset_of_symptoms = 8;
        Specified by:
        getDaysSinceOnsetOfSymptoms in interface DiagnosisKeyOrBuilder
        Returns:
        The daysSinceOnsetOfSymptoms.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static DiagnosisKey parseFrom​(ByteBuffer data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiagnosisKey parseFrom​(ByteBuffer data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiagnosisKey parseFrom​(com.google.protobuf.ByteString data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiagnosisKey parseFrom​(com.google.protobuf.ByteString data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiagnosisKey parseFrom​(byte[] data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiagnosisKey parseFrom​(byte[] data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DiagnosisKey parseFrom​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Throws:
        IOException
      • newBuilderForType

        public DiagnosisKey.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public DiagnosisKey.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected DiagnosisKey.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static DiagnosisKey getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<DiagnosisKey> parser()
      • getParserForType

        public com.google.protobuf.Parser<DiagnosisKey> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public DiagnosisKey getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder