Class FailNotification.FailNotificationResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<FailNotification.FailNotificationResponse,FailNotification.FailNotificationResponse.Builder>
-
- com.streamlayer.pushNotification.common.FailNotification.FailNotificationResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,FailNotification.FailNotificationResponseOrBuilder,java.lang.Cloneable
- Enclosing class:
- FailNotification.FailNotificationResponse
public static final class FailNotification.FailNotificationResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<FailNotification.FailNotificationResponse,FailNotification.FailNotificationResponse.Builder> implements FailNotification.FailNotificationResponseOrBuilder
Protobuf typestreamlayer.pushNotification.FailNotification.FailNotificationResponse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FailNotification.FailNotificationResponse.BuilderclearReason()string reason = 1 [json_name = "reason"];java.lang.StringgetReason()string reason = 1 [json_name = "reason"];com.google.protobuf.ByteStringgetReasonBytes()string reason = 1 [json_name = "reason"];FailNotification.FailNotificationResponse.BuildersetReason(java.lang.String value)string reason = 1 [json_name = "reason"];FailNotification.FailNotificationResponse.BuildersetReasonBytes(com.google.protobuf.ByteString value)string reason = 1 [json_name = "reason"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getReason
public java.lang.String getReason()
string reason = 1 [json_name = "reason"];- Specified by:
getReasonin interfaceFailNotification.FailNotificationResponseOrBuilder- Returns:
- The reason.
-
getReasonBytes
public com.google.protobuf.ByteString getReasonBytes()
string reason = 1 [json_name = "reason"];- Specified by:
getReasonBytesin interfaceFailNotification.FailNotificationResponseOrBuilder- Returns:
- The bytes for reason.
-
setReason
public FailNotification.FailNotificationResponse.Builder setReason(java.lang.String value)
string reason = 1 [json_name = "reason"];- Parameters:
value- The reason to set.- Returns:
- This builder for chaining.
-
clearReason
public FailNotification.FailNotificationResponse.Builder clearReason()
string reason = 1 [json_name = "reason"];- Returns:
- This builder for chaining.
-
setReasonBytes
public FailNotification.FailNotificationResponse.Builder setReasonBytes(com.google.protobuf.ByteString value)
string reason = 1 [json_name = "reason"];- Parameters:
value- The bytes for reason to set.- Returns:
- This builder for chaining.
-
-