Package pbx
Class Model.ClientReq
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<Model.ClientReq,Model.ClientReq.Builder>
-
- pbx.Model.ClientReq
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Model.ClientReqOrBuilder
- Enclosing class:
- Model
public static final class Model.ClientReq extends com.google.protobuf.GeneratedMessageLite<Model.ClientReq,Model.ClientReq.Builder> implements Model.ClientReqOrBuilder
Protobuf typepbx.ClientReq
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModel.ClientReq.BuilderProtobuf typepbx.ClientReq-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intMSG_FIELD_NUMBERstatic intSESS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)static Model.ClientReqgetDefaultInstance()Model.ClientMsggetMsg().pbx.ClientMsg msg = 1 [json_name = "msg"];Model.SessiongetSess().pbx.Session sess = 2 [json_name = "sess"];booleanhasMsg().pbx.ClientMsg msg = 1 [json_name = "msg"];booleanhasSess().pbx.Session sess = 2 [json_name = "sess"];static Model.ClientReq.BuildernewBuilder()static Model.ClientReq.BuildernewBuilder(Model.ClientReq prototype)static Model.ClientReqparseDelimitedFrom(java.io.InputStream input)static Model.ClientReqparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Model.ClientReqparseFrom(byte[] data)static Model.ClientReqparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Model.ClientReqparseFrom(com.google.protobuf.ByteString data)static Model.ClientReqparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Model.ClientReqparseFrom(com.google.protobuf.CodedInputStream input)static Model.ClientReqparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Model.ClientReqparseFrom(java.io.InputStream input)static Model.ClientReqparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Model.ClientReqparseFrom(java.nio.ByteBuffer data)static Model.ClientReqparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Model.ClientReq>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
MSG_FIELD_NUMBER
public static final int MSG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SESS_FIELD_NUMBER
public static final int SESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
hasMsg
public boolean hasMsg()
.pbx.ClientMsg msg = 1 [json_name = "msg"];- Specified by:
hasMsgin interfaceModel.ClientReqOrBuilder- Returns:
- Whether the msg field is set.
-
getMsg
public Model.ClientMsg getMsg()
.pbx.ClientMsg msg = 1 [json_name = "msg"];- Specified by:
getMsgin interfaceModel.ClientReqOrBuilder- Returns:
- The msg.
-
hasSess
public boolean hasSess()
.pbx.Session sess = 2 [json_name = "sess"];- Specified by:
hasSessin interfaceModel.ClientReqOrBuilder- Returns:
- Whether the sess field is set.
-
getSess
public Model.Session getSess()
.pbx.Session sess = 2 [json_name = "sess"];- Specified by:
getSessin interfaceModel.ClientReqOrBuilder- Returns:
- The sess.
-
parseFrom
public static Model.ClientReq parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientReq parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientReq parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientReq parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientReq parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientReq parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Model.ClientReq parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Model.ClientReq parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Model.ClientReq parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Model.ClientReq parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Model.ClientReq parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Model.ClientReq parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static Model.ClientReq.Builder newBuilder()
-
newBuilder
public static Model.ClientReq.Builder newBuilder(Model.ClientReq prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Model.ClientReq,Model.ClientReq.Builder>
-
getDefaultInstance
public static Model.ClientReq getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Model.ClientReq> parser()
-
-