Package pbx
Interface Model.ServerRespOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Model.ServerResp,Model.ServerResp.Builder
- Enclosing class:
- Model
public static interface Model.ServerRespOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Model.ClientMsggetClmsg().pbx.ClientMsg clmsg = 3 [json_name = "clmsg"];Model.ServerMsggetSrvmsg().pbx.ServerMsg srvmsg = 2 [json_name = "srvmsg"];Model.RespCodegetStatus().pbx.RespCode status = 1 [json_name = "status"];intgetStatusValue().pbx.RespCode status = 1 [json_name = "status"];booleanhasClmsg().pbx.ClientMsg clmsg = 3 [json_name = "clmsg"];booleanhasSrvmsg().pbx.ServerMsg srvmsg = 2 [json_name = "srvmsg"];
-
-
-
Method Detail
-
getStatusValue
int getStatusValue()
.pbx.RespCode status = 1 [json_name = "status"];- Returns:
- The enum numeric value on the wire for status.
-
getStatus
Model.RespCode getStatus()
.pbx.RespCode status = 1 [json_name = "status"];- Returns:
- The status.
-
hasSrvmsg
boolean hasSrvmsg()
.pbx.ServerMsg srvmsg = 2 [json_name = "srvmsg"];- Returns:
- Whether the srvmsg field is set.
-
getSrvmsg
Model.ServerMsg getSrvmsg()
.pbx.ServerMsg srvmsg = 2 [json_name = "srvmsg"];- Returns:
- The srvmsg.
-
hasClmsg
boolean hasClmsg()
.pbx.ClientMsg clmsg = 3 [json_name = "clmsg"];- Returns:
- Whether the clmsg field is set.
-
getClmsg
Model.ClientMsg getClmsg()
.pbx.ClientMsg clmsg = 3 [json_name = "clmsg"];- Returns:
- The clmsg.
-
-