Class GetRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<GetRequest,GetRequest.Builder>
-
- com.streamlayer.pushNotification.admin.GetRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,GetRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- GetRequest
public static final class GetRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<GetRequest,GetRequest.Builder> implements GetRequestOrBuilder
Protobuf typestreamlayer.pushNotification.admin.GetRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRequest.BuilderclearOrganizationId()string organization_id = 1 [json_name = "organizationId"];GetRequest.BuilderclearType()string type = 2 [json_name = "type"];java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];GetRequest.BuildersetOrganizationId(java.lang.String value)string organization_id = 1 [json_name = "organizationId"];GetRequest.BuildersetOrganizationIdBytes(com.google.protobuf.ByteString value)string organization_id = 1 [json_name = "organizationId"];GetRequest.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];GetRequest.BuildersetTypeBytes(com.google.protobuf.ByteString value)string type = 2 [json_name = "type"];-
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
-
getOrganizationId
public java.lang.String getOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceGetRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceGetRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
public GetRequest.Builder setOrganizationId(java.lang.String value)
string organization_id = 1 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
public GetRequest.Builder clearOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public GetRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
string organization_id = 1 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
getType
public java.lang.String getType()
string type = 2 [json_name = "type"];- Specified by:
getTypein interfaceGetRequestOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceGetRequestOrBuilder- Returns:
- The bytes for type.
-
setType
public GetRequest.Builder setType(java.lang.String value)
string type = 2 [json_name = "type"];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public GetRequest.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public GetRequest.Builder setTypeBytes(com.google.protobuf.ByteString value)
string type = 2 [json_name = "type"];- Parameters:
value- The bytes for type to set.- Returns:
- This builder for chaining.
-
-