Class RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData,RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.Builder>
-
- com.streamlayer.sdkSettings.client.RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,RetreiveDeepLinkResponse.RetreiveDeepLinkResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData
public static final class RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData,RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.Builder> implements RetreiveDeepLinkResponse.RetreiveDeepLinkResponseDataOrBuilder
Protobuf typestreamlayer.sdkSettings.client.RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.BuilderclearAttributes().streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];DeepLinkDatagetAttributes().streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];booleanhasAttributes().streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.BuildermergeAttributes(DeepLinkData value).streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.BuildersetAttributes(DeepLinkData value).streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.BuildersetAttributes(DeepLinkData.Builder builderForValue).streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];-
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
-
hasAttributes
public boolean hasAttributes()
.streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceRetreiveDeepLinkResponse.RetreiveDeepLinkResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public DeepLinkData getAttributes()
.streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];- Specified by:
getAttributesin interfaceRetreiveDeepLinkResponse.RetreiveDeepLinkResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.Builder setAttributes(DeepLinkData value)
.streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];
-
setAttributes
public RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.Builder setAttributes(DeepLinkData.Builder builderForValue)
.streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];
-
mergeAttributes
public RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.Builder mergeAttributes(DeepLinkData value)
.streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];
-
clearAttributes
public RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.Builder clearAttributes()
.streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];
-
-