接口 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
    • 方法详细资料

      • 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;