public static final class LocalTimeProtocol.LocalTime extends com.google.protobuf.GeneratedMessage implements LocalTimeProtocol.LocalTimeOrBuilder
org.jboss.netty.example.localtime.LocalTime
Modifier and Type | Class and Description |
---|---|
static class |
LocalTimeProtocol.LocalTime.Builder
Protobuf type
org.jboss.netty.example.localtime.LocalTime |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, 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 com.google.protobuf.Parser<LocalTimeProtocol.LocalTime> |
PARSER |
static int |
SECOND_FIELD_NUMBER |
static int |
YEAR_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
int |
getDayOfMonth()
required uint32 dayOfMonth = 4; |
LocalTimeProtocol.DayOfWeek |
getDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5; |
static LocalTimeProtocol.LocalTime |
getDefaultInstance() |
LocalTimeProtocol.LocalTime |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getHour()
required uint32 hour = 6; |
int |
getMinute()
required uint32 minute = 7; |
int |
getMonth()
required uint32 month = 2; |
com.google.protobuf.Parser<LocalTimeProtocol.LocalTime> |
getParserForType() |
int |
getSecond()
required uint32 second = 8; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getYear()
required uint32 year = 1; |
boolean |
hasDayOfMonth()
required uint32 dayOfMonth = 4; |
boolean |
hasDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5; |
boolean |
hasHour()
required uint32 hour = 6; |
boolean |
hasMinute()
required uint32 minute = 7; |
boolean |
hasMonth()
required uint32 month = 2; |
boolean |
hasSecond()
required uint32 second = 8; |
boolean |
hasYear()
required uint32 year = 1; |
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) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<LocalTimeProtocol.LocalTime> PARSER
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 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<LocalTimeProtocol.LocalTime> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasYear()
required uint32 year = 1;
hasYear
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getYear()
required uint32 year = 1;
getYear
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasMonth()
required uint32 month = 2;
hasMonth
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getMonth()
required uint32 month = 2;
getMonth
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasDayOfMonth()
required uint32 dayOfMonth = 4;
hasDayOfMonth
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getDayOfMonth()
required uint32 dayOfMonth = 4;
getDayOfMonth
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
hasDayOfWeek
in interface LocalTimeProtocol.LocalTimeOrBuilder
public LocalTimeProtocol.DayOfWeek getDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
getDayOfWeek
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasHour()
required uint32 hour = 6;
hasHour
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getHour()
required uint32 hour = 6;
getHour
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasMinute()
required uint32 minute = 7;
hasMinute
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getMinute()
required uint32 minute = 7;
getMinute
in interface LocalTimeProtocol.LocalTimeOrBuilder
public boolean hasSecond()
required uint32 second = 8;
hasSecond
in interface LocalTimeProtocol.LocalTimeOrBuilder
public int getSecond()
required uint32 second = 8;
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.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
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–2023 The Netty Project. All rights reserved.