-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,com.ticketmaster.secureentrypoc.domain.ret.protobuf.PBTotpOrBuilder,java.io.Serializable
public final class PBTotp extends GeneratedMessageV3 implements PBTotpOrBuilder
Protobuf type
{@code PBTotp}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPBTotp.BuilderProtobuf type
{@code PBTotp}
-
Field Summary
Fields Modifier and Type Field Description public final static intEVENTTOTP_FIELD_NUMBERpublic final static intTIMESTAMP_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()intgetEventTotp()uint32 eventTotp = 1;intgetTimestamp()uint32 timestamp = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static PBTotpparseFrom(ByteBuffer data)static PBTotpparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PBTotpparseFrom(ByteString data)static PBTotpparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PBTotpparseFrom(Array<byte> data)static PBTotpparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PBTotpparseFrom(InputStream input)static PBTotpparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PBTotpparseDelimitedFrom(InputStream input)static PBTotpparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PBTotpparseFrom(CodedInputStream input)static PBTotpparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PBTotp.BuildernewBuilderForType()static PBTotp.BuildernewBuilder()static PBTotp.BuildernewBuilder(PBTotp prototype)PBTotp.BuildertoBuilder()static PBTotpgetDefaultInstance()static Parser<PBTotp>parser()Parser<PBTotp>getParserForType()PBTotpgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getParserForType, getRepeatedField, getRepeatedFieldCount, getSerializedSize, getUnknownFields, hasField, hasOneof, isInitialized, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashCode, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getEventTotp
int getEventTotp()
uint32 eventTotp = 1;
-
getTimestamp
int getTimestamp()
uint32 timestamp = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PBTotp parseFrom(ByteBuffer data)
-
parseFrom
static PBTotp parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PBTotp parseFrom(InputStream input)
-
parseFrom
static PBTotp parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PBTotp parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PBTotp parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PBTotp.Builder newBuilderForType()
-
newBuilder
static PBTotp.Builder newBuilder()
-
newBuilder
static PBTotp.Builder newBuilder(PBTotp prototype)
-
toBuilder
PBTotp.Builder toBuilder()
-
getDefaultInstance
static PBTotp getDefaultInstance()
-
getParserForType
Parser<PBTotp> getParserForType()
-
getDefaultInstanceForType
PBTotp getDefaultInstanceForType()
-
-
-
-