Interface CreateModerationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CreateModerationRequest,CreateModerationRequest.Builder
public interface CreateModerationRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description BypassNotificationsgetBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];EventModerationgetData().streamlayer.interactive.EventModeration data = 3 [json_name = "data"];java.lang.StringgetEventId()sport event idcom.google.protobuf.ByteStringgetEventIdBytes()sport event idjava.lang.StringgetOrganizationId()string organization_id = 4 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 4 [json_name = "organizationId"];ServerNotificationOptionsgetServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];CreateModerationRequest.EventModerationSettingsgetSettings()Deprecated.streamlayer.interactive.event.moderation.CreateModerationRequest.settings is deprecated.booleanhasBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];booleanhasData().streamlayer.interactive.EventModeration data = 3 [json_name = "data"];booleanhasServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];booleanhasSettings()Deprecated.streamlayer.interactive.event.moderation.CreateModerationRequest.settings is deprecated.
-
-
-
Method Detail
-
getEventId
java.lang.String getEventId()
sport event id
string event_id = 1 [json_name = "eventId"];- Returns:
- The eventId.
-
getEventIdBytes
com.google.protobuf.ByteString getEventIdBytes()
sport event id
string event_id = 1 [json_name = "eventId"];- Returns:
- The bytes for eventId.
-
hasSettings
@Deprecated boolean hasSettings()
Deprecated.streamlayer.interactive.event.moderation.CreateModerationRequest.settings is deprecated. See streamlayer/interactive/event/moderation/interactive.event.moderation.proto;l=22.streamlayer.interactive.event.moderation.CreateModerationRequest.EventModerationSettings settings = 2 [json_name = "settings", deprecated = true];- Returns:
- Whether the settings field is set.
-
getSettings
@Deprecated CreateModerationRequest.EventModerationSettings getSettings()
Deprecated.streamlayer.interactive.event.moderation.CreateModerationRequest.settings is deprecated. See streamlayer/interactive/event/moderation/interactive.event.moderation.proto;l=22.streamlayer.interactive.event.moderation.CreateModerationRequest.EventModerationSettings settings = 2 [json_name = "settings", deprecated = true];- Returns:
- The settings.
-
hasData
boolean hasData()
.streamlayer.interactive.EventModeration data = 3 [json_name = "data"];- Returns:
- Whether the data field is set.
-
getData
EventModeration getData()
.streamlayer.interactive.EventModeration data = 3 [json_name = "data"];- Returns:
- The data.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 4 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 4 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasServerNotification
boolean hasServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];- Returns:
- Whether the serverNotification field is set.
-
getServerNotification
ServerNotificationOptions getServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];- Returns:
- The serverNotification.
-
hasBypassNotifications
boolean hasBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];- Returns:
- Whether the bypassNotifications field is set.
-
getBypassNotifications
BypassNotifications getBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];- Returns:
- The bypassNotifications.
-
-