Class UserGetResponse.UserGetResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<UserGetResponse.UserGetResponseData,UserGetResponse.UserGetResponseData.Builder>
-
- com.streamlayer.pushNotification.common.UserGetResponse.UserGetResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,UserGetResponse.UserGetResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- UserGetResponse.UserGetResponseData
public static final class UserGetResponse.UserGetResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<UserGetResponse.UserGetResponseData,UserGetResponse.UserGetResponseData.Builder> implements UserGetResponse.UserGetResponseDataOrBuilder
Protobuf typestreamlayer.pushNotification.UserGetResponse.UserGetResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserGetResponse.UserGetResponseData.BuilderclearAttributes().streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];UserGetResponse.UserGetResponseData.BuilderclearId()string id = 1 [json_name = "id"];UserGetResponse.UserGetResponseData.BuilderclearType()string type = 2 [json_name = "type"];UserPushCredentialsgetAttributes().streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];booleanhasAttributes().streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];UserGetResponse.UserGetResponseData.BuildermergeAttributes(UserPushCredentials value).streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];UserGetResponse.UserGetResponseData.BuildersetAttributes(UserPushCredentials value).streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];UserGetResponse.UserGetResponseData.BuildersetAttributes(UserPushCredentials.Builder builderForValue).streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];UserGetResponse.UserGetResponseData.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];UserGetResponse.UserGetResponseData.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];UserGetResponse.UserGetResponseData.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];UserGetResponse.UserGetResponseData.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
-
getId
public java.lang.String getId()
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceUserGetResponse.UserGetResponseDataOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceUserGetResponse.UserGetResponseDataOrBuilder- Returns:
- The bytes for id.
-
setId
public UserGetResponse.UserGetResponseData.Builder setId(java.lang.String value)
string id = 1 [json_name = "id"];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public UserGetResponse.UserGetResponseData.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public UserGetResponse.UserGetResponseData.Builder setIdBytes(com.google.protobuf.ByteString value)
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getType
public java.lang.String getType()
string type = 2 [json_name = "type"];- Specified by:
getTypein interfaceUserGetResponse.UserGetResponseDataOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceUserGetResponse.UserGetResponseDataOrBuilder- Returns:
- The bytes for type.
-
setType
public UserGetResponse.UserGetResponseData.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 UserGetResponse.UserGetResponseData.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public UserGetResponse.UserGetResponseData.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.
-
hasAttributes
public boolean hasAttributes()
.streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceUserGetResponse.UserGetResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public UserPushCredentials getAttributes()
.streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesin interfaceUserGetResponse.UserGetResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public UserGetResponse.UserGetResponseData.Builder setAttributes(UserPushCredentials value)
.streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];
-
setAttributes
public UserGetResponse.UserGetResponseData.Builder setAttributes(UserPushCredentials.Builder builderForValue)
.streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];
-
mergeAttributes
public UserGetResponse.UserGetResponseData.Builder mergeAttributes(UserPushCredentials value)
.streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];
-
clearAttributes
public UserGetResponse.UserGetResponseData.Builder clearAttributes()
.streamlayer.pushNotification.UserPushCredentials attributes = 3 [json_name = "attributes"];
-
-