Interface FailNotificationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
FailNotification,FailNotification.Builder
public interface FailNotificationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDevice()string device = 1 [json_name = "device"];com.google.protobuf.ByteStringgetDeviceBytes()string device = 1 [json_name = "device"];FailNotification.FailNotificationResponsegetResponse().streamlayer.pushNotification.FailNotification.FailNotificationResponse response = 3 [json_name = "response"];intgetStatus()int32 status = 2 [json_name = "status"];booleanhasResponse().streamlayer.pushNotification.FailNotification.FailNotificationResponse response = 3 [json_name = "response"];
-
-
-
Method Detail
-
getDevice
java.lang.String getDevice()
string device = 1 [json_name = "device"];- Returns:
- The device.
-
getDeviceBytes
com.google.protobuf.ByteString getDeviceBytes()
string device = 1 [json_name = "device"];- Returns:
- The bytes for device.
-
getStatus
int getStatus()
int32 status = 2 [json_name = "status"];- Returns:
- The status.
-
hasResponse
boolean hasResponse()
.streamlayer.pushNotification.FailNotification.FailNotificationResponse response = 3 [json_name = "response"];- Returns:
- Whether the response field is set.
-
getResponse
FailNotification.FailNotificationResponse getResponse()
.streamlayer.pushNotification.FailNotification.FailNotificationResponse response = 3 [json_name = "response"];- Returns:
- The response.
-
-