Class SetPositionRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<SetPositionRequest,SetPositionRequest.Builder>
-
- com.streamlayer.interactive.question.SetPositionRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SetPositionRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- SetPositionRequest
public static final class SetPositionRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<SetPositionRequest,SetPositionRequest.Builder> implements SetPositionRequestOrBuilder
Protobuf typestreamlayer.interactive.question.SetPositionRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetPositionRequest.BuilderclearId()string id = 1 [json_name = "id"];SetPositionRequest.BuilderclearOrganizationId()string organization_id = 3 [json_name = "organizationId"];SetPositionRequest.BuilderclearPosition()uint32 position = 2 [json_name = "position"];SetPositionRequest.BuilderclearServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];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"];SetPositionRequest.BuildermergeServerNotification(ServerNotificationOptions value).streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];SetPositionRequest.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];SetPositionRequest.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];SetPositionRequest.BuildersetOrganizationId(java.lang.String value)string organization_id = 3 [json_name = "organizationId"];SetPositionRequest.BuildersetOrganizationIdBytes(com.google.protobuf.ByteString value)string organization_id = 3 [json_name = "organizationId"];SetPositionRequest.BuildersetPosition(int value)uint32 position = 2 [json_name = "position"];SetPositionRequest.BuildersetServerNotification(ServerNotificationOptions value).streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];SetPositionRequest.BuildersetServerNotification(ServerNotificationOptions.Builder builderForValue).streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceSetPositionRequestOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceSetPositionRequestOrBuilder- Returns:
- The bytes for id.
-
setId
public SetPositionRequest.Builder setId(java.lang.String value)
string id = 1 [json_name = "id"];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public SetPositionRequest.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public SetPositionRequest.Builder setIdBytes(com.google.protobuf.ByteString value)
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getPosition
public int getPosition()
uint32 position = 2 [json_name = "position"];- Specified by:
getPositionin interfaceSetPositionRequestOrBuilder- Returns:
- The position.
-
setPosition
public SetPositionRequest.Builder setPosition(int value)
uint32 position = 2 [json_name = "position"];- Parameters:
value- The position to set.- Returns:
- This builder for chaining.
-
clearPosition
public SetPositionRequest.Builder clearPosition()
uint32 position = 2 [json_name = "position"];- Returns:
- This builder for chaining.
-
getOrganizationId
public java.lang.String getOrganizationId()
string organization_id = 3 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceSetPositionRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 3 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceSetPositionRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
public SetPositionRequest.Builder setOrganizationId(java.lang.String value)
string organization_id = 3 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
public SetPositionRequest.Builder clearOrganizationId()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public SetPositionRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
string organization_id = 3 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
hasServerNotification
public boolean hasServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];- Specified by:
hasServerNotificationin interfaceSetPositionRequestOrBuilder- Returns:
- Whether the serverNotification field is set.
-
getServerNotification
public ServerNotificationOptions getServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];- Specified by:
getServerNotificationin interfaceSetPositionRequestOrBuilder- Returns:
- The serverNotification.
-
setServerNotification
public SetPositionRequest.Builder setServerNotification(ServerNotificationOptions value)
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
setServerNotification
public SetPositionRequest.Builder setServerNotification(ServerNotificationOptions.Builder builderForValue)
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
mergeServerNotification
public SetPositionRequest.Builder mergeServerNotification(ServerNotificationOptions value)
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
clearServerNotification
public SetPositionRequest.Builder clearServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
-