public static final class LocalTimeProtocol.LocalTime extends com.google.protobuf.GeneratedMessage implements LocalTimeProtocol.LocalTimeOrBuilder
Modifier and Type | Class and Description |
---|---|
static class |
LocalTimeProtocol.LocalTime.Builder |
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 |
DAYOFMONTH_FIELD_NUMBER |
static int |
DAYOFWEEK_FIELD_NUMBER |
static int |
HOUR_FIELD_NUMBER |
static int |
MINUTE_FIELD_NUMBER |
static int |
MONTH_FIELD_NUMBER |
static int |
SECOND_FIELD_NUMBER |
static int |
YEAR_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
int |
getDayOfMonth() |
LocalTimeProtocol.DayOfWeek |
getDayOfWeek() |
static LocalTimeProtocol.LocalTime |
getDefaultInstance() |
LocalTimeProtocol.LocalTime |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getHour() |
int |
getMinute() |
int |
getMonth() |
int |
getSecond() |
int |
getSerializedSize() |
int |
getYear() |
boolean |
hasDayOfMonth() |
boolean |
hasDayOfWeek() |
boolean |
hasHour() |
boolean |
hasMinute() |
boolean |
hasMonth() |
boolean |
hasSecond() |
boolean |
hasYear() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LocalTimeProtocol.LocalTime.Builder |
newBuilder() |
static LocalTimeProtocol.LocalTime.Builder |
newBuilder(LocalTimeProtocol.LocalTime prototype) |
LocalTimeProtocol.LocalTime.Builder |
newBuilderForType() |
protected LocalTimeProtocol.LocalTime.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static LocalTimeProtocol.LocalTime |
parseDelimitedFrom(InputStream input) |
static LocalTimeProtocol.LocalTime |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalTimeProtocol.LocalTime |
parseFrom(byte[] data) |
static LocalTimeProtocol.LocalTime |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalTimeProtocol.LocalTime |
parseFrom(com.google.protobuf.ByteString data) |
static LocalTimeProtocol.LocalTime |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalTimeProtocol.LocalTime |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LocalTimeProtocol.LocalTime |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalTimeProtocol.LocalTime |
parseFrom(InputStream input) |
static LocalTimeProtocol.LocalTime |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LocalTimeProtocol.LocalTime.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getParserForType, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int YEAR_FIELD_NUMBER
public static final int MONTH_FIELD_NUMBER
public static final int DAYOFMONTH_FIELD_NUMBER
public static final int DAYOFWEEK_FIELD_NUMBER
public static final int HOUR_FIELD_NUMBER
public static final int MINUTE_FIELD_NUMBER
public static final int SECOND_FIELD_NUMBER
public static LocalTimeProtocol.LocalTime getDefaultInstance()
public LocalTimeProtocol.LocalTime getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public boolean hasYear()
hasYear
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getYear()
getYear
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasMonth()
hasMonth
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getMonth()
getMonth
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasDayOfMonth()
hasDayOfMonth
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getDayOfMonth()
getDayOfMonth
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasDayOfWeek()
hasDayOfWeek
in interface LocalTimeProtocol.LocalTimeOrBuilder
public LocalTimeProtocol.DayOfWeek getDayOfWeek()
getDayOfWeek
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasHour()
hasHour
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getHour()
getHour
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasMinute()
hasMinute
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getMinute()
getMinute
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasSecond()
hasSecond
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getSecond()
getSecond
in interface LocalTimeProtocol.LocalTimeOrBuilder
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 LocalTimeProtocol.LocalTime parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LocalTimeProtocol.LocalTime parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LocalTimeProtocol.LocalTime parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LocalTimeProtocol.LocalTime parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LocalTimeProtocol.LocalTime parseFrom(InputStream input) throws IOException
IOException
public static LocalTimeProtocol.LocalTime parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static LocalTimeProtocol.LocalTime parseDelimitedFrom(InputStream input) throws IOException
IOException
public static LocalTimeProtocol.LocalTime parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static LocalTimeProtocol.LocalTime parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static LocalTimeProtocol.LocalTime parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static LocalTimeProtocol.LocalTime.Builder newBuilder()
public LocalTimeProtocol.LocalTime.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static LocalTimeProtocol.LocalTime.Builder newBuilder(LocalTimeProtocol.LocalTime prototype)
public LocalTimeProtocol.LocalTime.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected LocalTimeProtocol.LocalTime.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2008-2014 The Netty Project. All Rights Reserved.