Interface SetStatusRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SetStatusRequest,SetStatusRequest.Builder
public interface SetStatusRequestOrBuilder 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"];ServerNotificationOptionsgetServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];QuestionStatusgetStatus().streamlayer.interactive.QuestionStatus status = 2 [json_name = "status"];intgetStatusValue().streamlayer.interactive.QuestionStatus status = 2 [json_name = "status"];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.
-
getStatusValue
int getStatusValue()
.streamlayer.interactive.QuestionStatus status = 2 [json_name = "status"];- Returns:
- The enum numeric value on the wire for status.
-
getStatus
QuestionStatus getStatus()
.streamlayer.interactive.QuestionStatus status = 2 [json_name = "status"];- Returns:
- The status.
-
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.
-
-