Package ai.promoted.proto.event
Interface NavigateActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NavigateAction,NavigateAction.Builder
public interface NavigateActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTargetUrl()string target_url = 1 [json_name = "targetUrl"];com.google.protobuf.ByteStringgetTargetUrlBytes()string target_url = 1 [json_name = "targetUrl"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTargetUrl
String getTargetUrl()
string target_url = 1 [json_name = "targetUrl"];- Returns:
- The targetUrl.
-
getTargetUrlBytes
com.google.protobuf.ByteString getTargetUrlBytes()
string target_url = 1 [json_name = "targetUrl"];- Returns:
- The bytes for targetUrl.
-
-