Interface LocalTimeProtocol.LocalTimesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocalTimeProtocol.LocalTimes,LocalTimeProtocol.LocalTimes.Builder
- Enclosing class:
- LocalTimeProtocol
public static interface LocalTimeProtocol.LocalTimesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalTimeProtocol.LocalTimegetLocalTime(int index)repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;intgetLocalTimeCount()repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;java.util.List<LocalTimeProtocol.LocalTime>getLocalTimeList()repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;LocalTimeProtocol.LocalTimeOrBuildergetLocalTimeOrBuilder(int index)repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;java.util.List<? extends LocalTimeProtocol.LocalTimeOrBuilder>getLocalTimeOrBuilderList()repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocalTimeList
java.util.List<LocalTimeProtocol.LocalTime> getLocalTimeList()
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
-
getLocalTime
LocalTimeProtocol.LocalTime getLocalTime(int index)
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
-
getLocalTimeCount
int getLocalTimeCount()
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
-
getLocalTimeOrBuilderList
java.util.List<? extends LocalTimeProtocol.LocalTimeOrBuilder> getLocalTimeOrBuilderList()
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
-
getLocalTimeOrBuilder
LocalTimeProtocol.LocalTimeOrBuilder getLocalTimeOrBuilder(int index)
repeated .org.jboss.netty.example.localtime.LocalTime localTime = 1;
-
-