Interface RspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Rsp,Rsp.Builder
public interface RspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetA()int32 a = 1;intgetB()int32 b = 2;intgetC()int32 c = 3;getD()string d = 4;com.google.protobuf.ByteStringstring d = 4;intgetE()int32 e = 5;getF().Rsp.F f = 6;.Rsp.F f = 6;getG()string g = 7;com.google.protobuf.ByteStringstring g = 7;longgetH()uint64 h = 10;longgetI()uint64 i = 11;longgetJ()uint64 j = 13;booleanhasF().Rsp.F f = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getA
int getA()int32 a = 1;- Returns:
- The a.
-
getB
int getB()int32 b = 2;- Returns:
- The b.
-
getC
int getC()int32 c = 3;- Returns:
- The c.
-
getD
String getD()string d = 4;- Returns:
- The d.
-
getDBytes
com.google.protobuf.ByteString getDBytes()string d = 4;- Returns:
- The bytes for d.
-
getE
int getE()int32 e = 5;- Returns:
- The e.
-
hasF
boolean hasF().Rsp.F f = 6;- Returns:
- Whether the f field is set.
-
getF
Rsp.F getF().Rsp.F f = 6;- Returns:
- The f.
-
getFOrBuilder
Rsp.FOrBuilder getFOrBuilder().Rsp.F f = 6; -
getG
String getG()string g = 7;- Returns:
- The g.
-
getGBytes
com.google.protobuf.ByteString getGBytes()string g = 7;- Returns:
- The bytes for g.
-
getH
long getH()uint64 h = 10;- Returns:
- The h.
-
getI
long getI()uint64 i = 11;- Returns:
- The i.
-
getJ
long getJ()uint64 j = 13;- Returns:
- The j.
-