Interface SetPositionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SetPositionRequest,SetPositionRequest.Builder
public interface SetPositionRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetOrganizationId()string organization_id = 3 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 3 [json_name = "organizationId"];intgetPosition()uint32 position = 2 [json_name = "position"];ServerNotificationOptionsgetServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];booleanhasServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getPosition
int getPosition()
uint32 position = 2 [json_name = "position"];- Returns:
- The position.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasServerNotification
boolean hasServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];- Returns:
- Whether the serverNotification field is set.
-
getServerNotification
ServerNotificationOptions getServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];- Returns:
- The serverNotification.
-
-