接口 MysqlxExpr.DocumentPathItemOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MysqlxExpr
public static interface MysqlxExpr.DocumentPathItemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetIndex()used in case of ARRY_INDEXMysqlxExpr.DocumentPathItem.TypegetType()required .Mysqlx.Expr.DocumentPathItem.Type type = 1;StringgetValue()optional string value = 2;com.google.protobuf.ByteStringgetValueBytes()optional string value = 2;booleanhasIndex()used in case of ARRY_INDEXbooleanhasType()required .Mysqlx.Expr.DocumentPathItem.Type type = 1;booleanhasValue()optional string value = 2;
-
-
-
方法详细资料
-
hasType
boolean hasType()
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;- 返回:
- Whether the type field is set.
-
getType
MysqlxExpr.DocumentPathItem.Type getType()
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;- 返回:
- The type.
-
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.
-
-