接口 MysqlxExpr.Object.ObjectFieldOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MysqlxExpr.Object
public static interface MysqlxExpr.Object.ObjectFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetKey()identifier of fieldcom.google.protobuf.ByteStringgetKeyBytes()identifier of fieldMysqlxExpr.ExprgetValue()value of fieldMysqlxExpr.ExprOrBuildergetValueOrBuilder()value of fieldbooleanhasKey()identifier of fieldbooleanhasValue()value of field
-
-
-
方法详细资料
-
hasKey
boolean hasKey()
identifier of field
required string key = 1;- 返回:
- Whether the key field is set.
-
getKey
String getKey()
identifier of field
required string key = 1;- 返回:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
identifier of field
required string key = 1;- 返回:
- The bytes for key.
-
hasValue
boolean hasValue()
value of field
required .Mysqlx.Expr.Expr value = 2;- 返回:
- Whether the value field is set.
-
getValue
MysqlxExpr.Expr getValue()
value of field
required .Mysqlx.Expr.Expr value = 2;- 返回:
- The value.
-
getValueOrBuilder
MysqlxExpr.ExprOrBuilder getValueOrBuilder()
value of field
required .Mysqlx.Expr.Expr value = 2;
-
-