Package com.streamlayer.interactive.feed
Class InsightHistoryResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<InsightHistoryResponse,InsightHistoryResponse.Builder>
-
- com.streamlayer.interactive.feed.InsightHistoryResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,InsightHistoryResponseOrBuilder,java.lang.Cloneable
- Enclosing class:
- InsightHistoryResponse
public static final class InsightHistoryResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<InsightHistoryResponse,InsightHistoryResponse.Builder> implements InsightHistoryResponseOrBuilder
Protobuf typestreamlayer.interactive.feed.InsightHistoryResponse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightHistoryResponse.BuilderaddAllData(java.lang.Iterable<? extends InsightHistoryResponse.InsightHistoryResponseData> values)repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];InsightHistoryResponse.BuilderaddData(int index, InsightHistoryResponse.InsightHistoryResponseData value)repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];InsightHistoryResponse.BuilderaddData(int index, InsightHistoryResponse.InsightHistoryResponseData.Builder builderForValue)repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];InsightHistoryResponse.BuilderaddData(InsightHistoryResponse.InsightHistoryResponseData value)repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];InsightHistoryResponse.BuilderaddData(InsightHistoryResponse.InsightHistoryResponseData.Builder builderForValue)repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];InsightHistoryResponse.BuilderclearData()repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];InsightHistoryResponse.InsightHistoryResponseDatagetData(int index)repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];intgetDataCount()repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];java.util.List<InsightHistoryResponse.InsightHistoryResponseData>getDataList()repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];InsightHistoryResponse.BuilderremoveData(int index)repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];InsightHistoryResponse.BuildersetData(int index, InsightHistoryResponse.InsightHistoryResponseData value)repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];InsightHistoryResponse.BuildersetData(int index, InsightHistoryResponse.InsightHistoryResponseData.Builder builderForValue)repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];-
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
-
getDataList
public java.util.List<InsightHistoryResponse.InsightHistoryResponseData> getDataList()
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];- Specified by:
getDataListin interfaceInsightHistoryResponseOrBuilder
-
getDataCount
public int getDataCount()
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];- Specified by:
getDataCountin interfaceInsightHistoryResponseOrBuilder
-
getData
public InsightHistoryResponse.InsightHistoryResponseData getData(int index)
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];- Specified by:
getDatain interfaceInsightHistoryResponseOrBuilder
-
setData
public InsightHistoryResponse.Builder setData(int index, InsightHistoryResponse.InsightHistoryResponseData value)
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
setData
public InsightHistoryResponse.Builder setData(int index, InsightHistoryResponse.InsightHistoryResponseData.Builder builderForValue)
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
addData
public InsightHistoryResponse.Builder addData(InsightHistoryResponse.InsightHistoryResponseData value)
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
addData
public InsightHistoryResponse.Builder addData(int index, InsightHistoryResponse.InsightHistoryResponseData value)
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
addData
public InsightHistoryResponse.Builder addData(InsightHistoryResponse.InsightHistoryResponseData.Builder builderForValue)
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
addData
public InsightHistoryResponse.Builder addData(int index, InsightHistoryResponse.InsightHistoryResponseData.Builder builderForValue)
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
addAllData
public InsightHistoryResponse.Builder addAllData(java.lang.Iterable<? extends InsightHistoryResponse.InsightHistoryResponseData> values)
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
clearData
public InsightHistoryResponse.Builder clearData()
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
removeData
public InsightHistoryResponse.Builder removeData(int index)
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
-