接口 MysqlxExpr.DocumentPathItemOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      int getIndex()
      used in case of ARRY_INDEX
      MysqlxExpr.DocumentPathItem.Type getType()
      required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
      String getValue()
      optional string value = 2;
      com.google.protobuf.ByteString getValueBytes()
      optional string value = 2;
      boolean hasIndex()
      used in case of ARRY_INDEX
      boolean hasType()
      required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
      boolean hasValue()
      optional string value = 2;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • hasType

        boolean hasType()
        required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
        返回:
        Whether the type field is set.
      • hasValue

        boolean hasValue()
        optional string value = 2;
        返回:
        Whether the value field is set.
      • getValue

        String getValue()
        optional string value = 2;
        返回:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        optional string value = 2;
        返回:
        The bytes for value.
      • hasIndex

        boolean hasIndex()
         used in case of ARRY_INDEX 
         
        optional uint32 index = 3;
        返回:
        Whether the index field is set.
      • getIndex

        int getIndex()
         used in case of ARRY_INDEX 
         
        optional uint32 index = 3;
        返回:
        The index.