Package com.streamlayer.inplay.bets
Class PlaceResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<PlaceResponse,PlaceResponse.Builder>
-
- com.streamlayer.inplay.bets.PlaceResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,PlaceResponseOrBuilder,java.lang.Cloneable
- Enclosing class:
- PlaceResponse
public static final class PlaceResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<PlaceResponse,PlaceResponse.Builder> implements PlaceResponseOrBuilder
Protobuf typestreamlayer.inplay.bets.PlaceResponse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlaceResponse.BuilderclearAttributes().streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];PlaceResponse.BuilderclearId()string id = 1 [json_name = "id"];PlaceResponse.BuilderclearType()string type = 2 [json_name = "type"];PlaceResponse.PlaceResponseAttributesgetAttributes().streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];booleanhasAttributes().streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];PlaceResponse.BuildermergeAttributes(PlaceResponse.PlaceResponseAttributes value).streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];PlaceResponse.BuildersetAttributes(PlaceResponse.PlaceResponseAttributes value).streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];PlaceResponse.BuildersetAttributes(PlaceResponse.PlaceResponseAttributes.Builder builderForValue).streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];PlaceResponse.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];PlaceResponse.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];PlaceResponse.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];PlaceResponse.BuildersetTypeBytes(com.google.protobuf.ByteString value)string type = 2 [json_name = "type"];-
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 interfacePlaceResponseOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfacePlaceResponseOrBuilder- Returns:
- The bytes for id.
-
setId
public PlaceResponse.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 PlaceResponse.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public PlaceResponse.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.
-
getType
public java.lang.String getType()
string type = 2 [json_name = "type"];- Specified by:
getTypein interfacePlaceResponseOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfacePlaceResponseOrBuilder- Returns:
- The bytes for type.
-
setType
public PlaceResponse.Builder setType(java.lang.String value)
string type = 2 [json_name = "type"];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public PlaceResponse.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public PlaceResponse.Builder setTypeBytes(com.google.protobuf.ByteString value)
string type = 2 [json_name = "type"];- Parameters:
value- The bytes for type to set.- Returns:
- This builder for chaining.
-
hasAttributes
public boolean hasAttributes()
.streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];- Specified by:
hasAttributesin interfacePlaceResponseOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public PlaceResponse.PlaceResponseAttributes getAttributes()
.streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesin interfacePlaceResponseOrBuilder- Returns:
- The attributes.
-
setAttributes
public PlaceResponse.Builder setAttributes(PlaceResponse.PlaceResponseAttributes value)
.streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];
-
setAttributes
public PlaceResponse.Builder setAttributes(PlaceResponse.PlaceResponseAttributes.Builder builderForValue)
.streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];
-
mergeAttributes
public PlaceResponse.Builder mergeAttributes(PlaceResponse.PlaceResponseAttributes value)
.streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];
-
clearAttributes
public PlaceResponse.Builder clearAttributes()
.streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];
-
-