Package pbx
Interface Model.ServerInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Model.ServerInfo,Model.ServerInfo.Builder
- Enclosing class:
- Model
public static interface Model.ServerInfoOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetContent()bytes content = 6 [json_name = "content"];Model.CallEventgetEvent().pbx.CallEvent event = 7 [json_name = "event"];intgetEventValue().pbx.CallEvent event = 7 [json_name = "event"];java.lang.StringgetFromUserId()string from_user_id = 2 [json_name = "fromUserId"];com.google.protobuf.ByteStringgetFromUserIdBytes()string from_user_id = 2 [json_name = "fromUserId"];com.google.protobuf.ByteStringgetPayload()bytes payload = 8 [json_name = "payload"];intgetSeqId()int32 seq_id = 4 [json_name = "seqId"];java.lang.StringgetSrc()string src = 5 [json_name = "src"];com.google.protobuf.ByteStringgetSrcBytes()string src = 5 [json_name = "src"];java.lang.StringgetTopic()string topic = 1 [json_name = "topic"];com.google.protobuf.ByteStringgetTopicBytes()string topic = 1 [json_name = "topic"];Model.InfoNotegetWhat().pbx.InfoNote what = 3 [json_name = "what"];intgetWhatValue().pbx.InfoNote what = 3 [json_name = "what"];
-
-
-
Method Detail
-
getTopic
java.lang.String getTopic()
string topic = 1 [json_name = "topic"];- Returns:
- The topic.
-
getTopicBytes
com.google.protobuf.ByteString getTopicBytes()
string topic = 1 [json_name = "topic"];- Returns:
- The bytes for topic.
-
getFromUserId
java.lang.String getFromUserId()
string from_user_id = 2 [json_name = "fromUserId"];- Returns:
- The fromUserId.
-
getFromUserIdBytes
com.google.protobuf.ByteString getFromUserIdBytes()
string from_user_id = 2 [json_name = "fromUserId"];- Returns:
- The bytes for fromUserId.
-
getWhatValue
int getWhatValue()
.pbx.InfoNote what = 3 [json_name = "what"];- Returns:
- The enum numeric value on the wire for what.
-
getWhat
Model.InfoNote getWhat()
.pbx.InfoNote what = 3 [json_name = "what"];- Returns:
- The what.
-
getSeqId
int getSeqId()
int32 seq_id = 4 [json_name = "seqId"];- Returns:
- The seqId.
-
getSrc
java.lang.String getSrc()
string src = 5 [json_name = "src"];- Returns:
- The src.
-
getSrcBytes
com.google.protobuf.ByteString getSrcBytes()
string src = 5 [json_name = "src"];- Returns:
- The bytes for src.
-
getContent
com.google.protobuf.ByteString getContent()
bytes content = 6 [json_name = "content"];- Returns:
- The content.
-
getEventValue
int getEventValue()
.pbx.CallEvent event = 7 [json_name = "event"];- Returns:
- The enum numeric value on the wire for event.
-
getEvent
Model.CallEvent getEvent()
.pbx.CallEvent event = 7 [json_name = "event"];- Returns:
- The event.
-
getPayload
com.google.protobuf.ByteString getPayload()
bytes payload = 8 [json_name = "payload"];- Returns:
- The payload.
-
-