Interface LocalTimeProtocol.LocalTimeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocalTimeProtocol.LocalTime
,LocalTimeProtocol.LocalTime.Builder
- Enclosing class:
- LocalTimeProtocol
public static interface LocalTimeProtocol.LocalTimeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDayOfMonth()
required uint32 dayOfMonth = 4;
LocalTimeProtocol.DayOfWeek
getDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
int
getHour()
required uint32 hour = 6;
int
getMinute()
required uint32 minute = 7;
int
getMonth()
required uint32 month = 2;
int
getSecond()
required uint32 second = 8;
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;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasYear
boolean hasYear()
required uint32 year = 1;
-
getYear
int getYear()
required uint32 year = 1;
-
hasMonth
boolean hasMonth()
required uint32 month = 2;
-
getMonth
int getMonth()
required uint32 month = 2;
-
hasDayOfMonth
boolean hasDayOfMonth()
required uint32 dayOfMonth = 4;
-
getDayOfMonth
int getDayOfMonth()
required uint32 dayOfMonth = 4;
-
hasDayOfWeek
boolean hasDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
-
getDayOfWeek
LocalTimeProtocol.DayOfWeek getDayOfWeek()
required .org.jboss.netty.example.localtime.DayOfWeek dayOfWeek = 5;
-
hasHour
boolean hasHour()
required uint32 hour = 6;
-
getHour
int getHour()
required uint32 hour = 6;
-
hasMinute
boolean hasMinute()
required uint32 minute = 7;
-
getMinute
int getMinute()
required uint32 minute = 7;
-
hasSecond
boolean hasSecond()
required uint32 second = 8;
-
getSecond
int getSecond()
required uint32 second = 8;
-
-