public static final class Ola.TimeCode extends com.google.protobuf.GeneratedMessage implements Ola.TimeCodeOrBuilder
ola.proto.TimeCode
Modifier and Type | Class and Description |
---|---|
static class |
Ola.TimeCode.Builder
Protobuf type
ola.proto.TimeCode |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
FRAMES_FIELD_NUMBER |
static int |
HOURS_FIELD_NUMBER |
static int |
MINUTES_FIELD_NUMBER |
static com.google.protobuf.Parser<Ola.TimeCode> |
PARSER |
static int |
SECONDS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static Ola.TimeCode |
getDefaultInstance() |
Ola.TimeCode |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getFrames()
required uint32 frames = 4; |
int |
getHours()
required uint32 hours = 1; |
int |
getMinutes()
required uint32 minutes = 2; |
com.google.protobuf.Parser<Ola.TimeCode> |
getParserForType() |
int |
getSeconds()
required uint32 seconds = 3; |
int |
getSerializedSize() |
Ola.TimeCodeType |
getType()
required .ola.proto.TimeCodeType type = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFrames()
required uint32 frames = 4; |
boolean |
hasHours()
required uint32 hours = 1; |
boolean |
hasMinutes()
required uint32 minutes = 2; |
boolean |
hasSeconds()
required uint32 seconds = 3; |
boolean |
hasType()
required .ola.proto.TimeCodeType type = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Ola.TimeCode.Builder |
newBuilder() |
static Ola.TimeCode.Builder |
newBuilder(Ola.TimeCode prototype) |
Ola.TimeCode.Builder |
newBuilderForType() |
protected Ola.TimeCode.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Ola.TimeCode |
parseDelimitedFrom(InputStream input) |
static Ola.TimeCode |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.TimeCode |
parseFrom(byte[] data) |
static Ola.TimeCode |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.TimeCode |
parseFrom(com.google.protobuf.ByteString data) |
static Ola.TimeCode |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.TimeCode |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Ola.TimeCode |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.TimeCode |
parseFrom(InputStream input) |
static Ola.TimeCode |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ola.TimeCode.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<Ola.TimeCode> PARSER
public static final int HOURS_FIELD_NUMBER
public static final int MINUTES_FIELD_NUMBER
public static final int SECONDS_FIELD_NUMBER
public static final int FRAMES_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static Ola.TimeCode getDefaultInstance()
public Ola.TimeCode getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<Ola.TimeCode> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasHours()
required uint32 hours = 1;
hasHours
in interface Ola.TimeCodeOrBuilder
public int getHours()
required uint32 hours = 1;
getHours
in interface Ola.TimeCodeOrBuilder
public boolean hasMinutes()
required uint32 minutes = 2;
hasMinutes
in interface Ola.TimeCodeOrBuilder
public int getMinutes()
required uint32 minutes = 2;
getMinutes
in interface Ola.TimeCodeOrBuilder
public boolean hasSeconds()
required uint32 seconds = 3;
hasSeconds
in interface Ola.TimeCodeOrBuilder
public int getSeconds()
required uint32 seconds = 3;
getSeconds
in interface Ola.TimeCodeOrBuilder
public boolean hasFrames()
required uint32 frames = 4;
hasFrames
in interface Ola.TimeCodeOrBuilder
public int getFrames()
required uint32 frames = 4;
getFrames
in interface Ola.TimeCodeOrBuilder
public boolean hasType()
required .ola.proto.TimeCodeType type = 5;
hasType
in interface Ola.TimeCodeOrBuilder
public Ola.TimeCodeType getType()
required .ola.proto.TimeCodeType type = 5;
getType
in interface Ola.TimeCodeOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static Ola.TimeCode parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.TimeCode parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.TimeCode parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.TimeCode parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.TimeCode parseFrom(InputStream input) throws IOException
IOException
public static Ola.TimeCode parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.TimeCode parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Ola.TimeCode parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.TimeCode parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Ola.TimeCode parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.TimeCode.Builder newBuilder()
public Ola.TimeCode.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Ola.TimeCode.Builder newBuilder(Ola.TimeCode prototype)
public Ola.TimeCode.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Ola.TimeCode.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016. All rights reserved.