Package com.streamlayer.interactive.feed
Class SubscriptionResponse.SubscriptionResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<SubscriptionResponse.SubscriptionResponseData,SubscriptionResponse.SubscriptionResponseData.Builder>
-
- com.streamlayer.interactive.feed.SubscriptionResponse.SubscriptionResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SubscriptionResponse.SubscriptionResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- SubscriptionResponse.SubscriptionResponseData
public static final class SubscriptionResponse.SubscriptionResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<SubscriptionResponse.SubscriptionResponseData,SubscriptionResponse.SubscriptionResponseData.Builder> implements SubscriptionResponse.SubscriptionResponseDataOrBuilder
Protobuf typestreamlayer.interactive.feed.SubscriptionResponse.SubscriptionResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubscriptionResponse.SubscriptionResponseData.BuilderclearAttributes().streamlayer.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];SubscriptionResponse.SubscriptionResponseData.BuilderclearId()string id = 1 [json_name = "id"];SubscriptionResponse.SubscriptionResponseData.BuilderclearType()string type = 2 [json_name = "type"];FeedQuestiongetAttributes().streamlayer.interactive.feed.FeedQuestion 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.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];SubscriptionResponse.SubscriptionResponseData.BuildermergeAttributes(FeedQuestion value).streamlayer.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];SubscriptionResponse.SubscriptionResponseData.BuildersetAttributes(FeedQuestion value).streamlayer.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];SubscriptionResponse.SubscriptionResponseData.BuildersetAttributes(FeedQuestion.Builder builderForValue).streamlayer.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];SubscriptionResponse.SubscriptionResponseData.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];SubscriptionResponse.SubscriptionResponseData.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];SubscriptionResponse.SubscriptionResponseData.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];SubscriptionResponse.SubscriptionResponseData.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 interfaceSubscriptionResponse.SubscriptionResponseDataOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceSubscriptionResponse.SubscriptionResponseDataOrBuilder- Returns:
- The bytes for id.
-
setId
public SubscriptionResponse.SubscriptionResponseData.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 SubscriptionResponse.SubscriptionResponseData.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public SubscriptionResponse.SubscriptionResponseData.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 interfaceSubscriptionResponse.SubscriptionResponseDataOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceSubscriptionResponse.SubscriptionResponseDataOrBuilder- Returns:
- The bytes for type.
-
setType
public SubscriptionResponse.SubscriptionResponseData.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 SubscriptionResponse.SubscriptionResponseData.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public SubscriptionResponse.SubscriptionResponseData.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.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceSubscriptionResponse.SubscriptionResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public FeedQuestion getAttributes()
.streamlayer.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesin interfaceSubscriptionResponse.SubscriptionResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public SubscriptionResponse.SubscriptionResponseData.Builder setAttributes(FeedQuestion value)
.streamlayer.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];
-
setAttributes
public SubscriptionResponse.SubscriptionResponseData.Builder setAttributes(FeedQuestion.Builder builderForValue)
.streamlayer.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];
-
mergeAttributes
public SubscriptionResponse.SubscriptionResponseData.Builder mergeAttributes(FeedQuestion value)
.streamlayer.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];
-
clearAttributes
public SubscriptionResponse.SubscriptionResponseData.Builder clearAttributes()
.streamlayer.interactive.feed.FeedQuestion attributes = 3 [json_name = "attributes"];
-
-