|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
Method Summary | |
---|---|
int |
getExitStatus()
optional int32 exitStatus = 1; |
String |
getSenderName()
optional string senderName = 3; |
com.google.protobuf.ByteString |
getSenderNameBytes()
optional string senderName = 3; |
String |
getUserMessage()
optional string userMessage = 2; |
com.google.protobuf.ByteString |
getUserMessageBytes()
optional string userMessage = 2; |
boolean |
hasExitStatus()
optional int32 exitStatus = 1; |
boolean |
hasSenderName()
optional string senderName = 3; |
boolean |
hasUserMessage()
optional string userMessage = 2; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
boolean hasExitStatus()
optional int32 exitStatus = 1;
unix exit status to return
int getExitStatus()
optional int32 exitStatus = 1;
unix exit status to return
boolean hasUserMessage()
optional string userMessage = 2;
to be displayed to the user
String getUserMessage()
optional string userMessage = 2;
to be displayed to the user
com.google.protobuf.ByteString getUserMessageBytes()
optional string userMessage = 2;
to be displayed to the user
boolean hasSenderName()
optional string senderName = 3;
which handler sent this message
String getSenderName()
optional string senderName = 3;
which handler sent this message
com.google.protobuf.ByteString getSenderNameBytes()
optional string senderName = 3;
which handler sent this message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |