接口 JsonMapPb.JsonListOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
JsonMapPb.JsonList,JsonMapPb.JsonList.Builder
- 封闭类:
- JsonMapPb
public static interface JsonMapPb.JsonListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 JsonMapPb.JsonValuegetValues(int index)Repeated field of dynamically typed values.intgetValuesCount()Repeated field of dynamically typed values.List<JsonMapPb.JsonValue>getValuesList()Repeated field of dynamically typed values.JsonMapPb.JsonValueOrBuildergetValuesOrBuilder(int index)Repeated field of dynamically typed values.List<? extends JsonMapPb.JsonValueOrBuilder>getValuesOrBuilderList()Repeated field of dynamically typed values.
-
-
-
方法详细资料
-
getValuesList
List<JsonMapPb.JsonValue> getValuesList()
Repeated field of dynamically typed values.
repeated .taskflow.proto.JsonValue values = 1;
-
getValues
JsonMapPb.JsonValue getValues(int index)
Repeated field of dynamically typed values.
repeated .taskflow.proto.JsonValue values = 1;
-
getValuesCount
int getValuesCount()
Repeated field of dynamically typed values.
repeated .taskflow.proto.JsonValue values = 1;
-
getValuesOrBuilderList
List<? extends JsonMapPb.JsonValueOrBuilder> getValuesOrBuilderList()
Repeated field of dynamically typed values.
repeated .taskflow.proto.JsonValue values = 1;
-
getValuesOrBuilder
JsonMapPb.JsonValueOrBuilder getValuesOrBuilder(int index)
Repeated field of dynamically typed values.
repeated .taskflow.proto.JsonValue values = 1;
-
-