public static interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
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
Copyright © 2017 Apache Software Foundation. All Rights Reserved.