public static interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getExitStatus()
unix exit status to return
|
String |
getSenderName()
which handler sent this message
|
com.google.protobuf.ByteString |
getSenderNameBytes()
which handler sent this message
|
String |
getUserMessage()
to be displayed to the user
|
com.google.protobuf.ByteString |
getUserMessageBytes()
to be displayed to the user
|
boolean |
hasExitStatus()
unix exit status to return
|
boolean |
hasSenderName()
which handler sent this message
|
boolean |
hasUserMessage()
to be displayed to the user
|
boolean hasExitStatus()
unix exit status to return
optional int32 exitStatus = 1;int getExitStatus()
unix exit status to return
optional int32 exitStatus = 1;boolean hasUserMessage()
to be displayed to the user
optional string userMessage = 2;String getUserMessage()
to be displayed to the user
optional string userMessage = 2;com.google.protobuf.ByteString getUserMessageBytes()
to be displayed to the user
optional string userMessage = 2;boolean hasSenderName()
which handler sent this message
optional string senderName = 3;String getSenderName()
which handler sent this message
optional string senderName = 3;com.google.protobuf.ByteString getSenderNameBytes()
which handler sent this message
optional string senderName = 3;Copyright © 2008–2020 Apache Software Foundation. All rights reserved.