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