Interface RetreiveDeepLinkResponse.RetreiveDeepLinkResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData,RetreiveDeepLinkResponse.RetreiveDeepLinkResponseData.Builder
- Enclosing class:
- RetreiveDeepLinkResponse
public static interface RetreiveDeepLinkResponse.RetreiveDeepLinkResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeepLinkDatagetAttributes().streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];booleanhasAttributes().streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];
-
-
-
Method Detail
-
hasAttributes
boolean hasAttributes()
.streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
DeepLinkData getAttributes()
.streamlayer.sdkSettings.client.DeepLinkData attributes = 1 [json_name = "attributes"];- Returns:
- The attributes.
-
-