Interface SubmissionPayloadOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubmissionPayload
,SubmissionPayload.Builder
public interface SubmissionPayloadOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getConsentToFederation()
optional bool consentToFederation = 5;
TemporaryExposureKey
getKeys(int index)
repeated .app.coronawarn.server.common.protocols.external.exposurenotification.TemporaryExposureKey keys = 1;
int
getKeysCount()
repeated .app.coronawarn.server.common.protocols.external.exposurenotification.TemporaryExposureKey keys = 1;
List<TemporaryExposureKey>
getKeysList()
repeated .app.coronawarn.server.common.protocols.external.exposurenotification.TemporaryExposureKey keys = 1;
TemporaryExposureKeyOrBuilder
getKeysOrBuilder(int index)
repeated .app.coronawarn.server.common.protocols.external.exposurenotification.TemporaryExposureKey keys = 1;
List<? extends TemporaryExposureKeyOrBuilder>
getKeysOrBuilderList()
repeated .app.coronawarn.server.common.protocols.external.exposurenotification.TemporaryExposureKey keys = 1;
String
getOrigin()
optional string origin = 4;
com.google.protobuf.ByteString
getOriginBytes()
optional string origin = 4;
com.google.protobuf.ByteString
getRequestPadding()
optional bytes requestPadding = 2;
String
getVisitedCountries(int index)
repeated string visitedCountries = 3;
com.google.protobuf.ByteString
getVisitedCountriesBytes(int index)
repeated string visitedCountries = 3;
int
getVisitedCountriesCount()
repeated string visitedCountries = 3;
List<String>
getVisitedCountriesList()
repeated string visitedCountries = 3;
boolean
hasConsentToFederation()
optional bool consentToFederation = 5;
boolean
hasOrigin()
optional string origin = 4;
boolean
hasRequestPadding()
optional bytes requestPadding = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeysList
List<TemporaryExposureKey> getKeysList()
repeated .app.coronawarn.server.common.protocols.external.exposurenotification.TemporaryExposureKey keys = 1;
-
getKeys
TemporaryExposureKey getKeys(int index)
repeated .app.coronawarn.server.common.protocols.external.exposurenotification.TemporaryExposureKey keys = 1;
-
getKeysCount
int getKeysCount()
repeated .app.coronawarn.server.common.protocols.external.exposurenotification.TemporaryExposureKey keys = 1;
-
getKeysOrBuilderList
List<? extends TemporaryExposureKeyOrBuilder> getKeysOrBuilderList()
repeated .app.coronawarn.server.common.protocols.external.exposurenotification.TemporaryExposureKey keys = 1;
-
getKeysOrBuilder
TemporaryExposureKeyOrBuilder getKeysOrBuilder(int index)
repeated .app.coronawarn.server.common.protocols.external.exposurenotification.TemporaryExposureKey keys = 1;
-
hasRequestPadding
boolean hasRequestPadding()
optional bytes requestPadding = 2;
- Returns:
- Whether the requestPadding field is set.
-
getRequestPadding
com.google.protobuf.ByteString getRequestPadding()
optional bytes requestPadding = 2;
- Returns:
- The requestPadding.
-
getVisitedCountriesList
List<String> getVisitedCountriesList()
repeated string visitedCountries = 3;
- Returns:
- A list containing the visitedCountries.
-
getVisitedCountriesCount
int getVisitedCountriesCount()
repeated string visitedCountries = 3;
- Returns:
- The count of visitedCountries.
-
getVisitedCountries
String getVisitedCountries(int index)
repeated string visitedCountries = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The visitedCountries at the given index.
-
getVisitedCountriesBytes
com.google.protobuf.ByteString getVisitedCountriesBytes(int index)
repeated string visitedCountries = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the visitedCountries at the given index.
-
hasOrigin
boolean hasOrigin()
optional string origin = 4;
- Returns:
- Whether the origin field is set.
-
getOrigin
String getOrigin()
optional string origin = 4;
- Returns:
- The origin.
-
getOriginBytes
com.google.protobuf.ByteString getOriginBytes()
optional string origin = 4;
- Returns:
- The bytes for origin.
-
hasConsentToFederation
boolean hasConsentToFederation()
optional bool consentToFederation = 5;
- Returns:
- Whether the consentToFederation field is set.
-
getConsentToFederation
boolean getConsentToFederation()
optional bool consentToFederation = 5;
- Returns:
- The consentToFederation.
-
-