接口 MysqlxDatatypes.ScalarOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MysqlxDatatypes
public static interface MysqlxDatatypes.ScalarOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 MysqlxDatatypes.Scalar.TypegetType()required .Mysqlx.Datatypes.Scalar.Type type = 1;booleangetVBool()optional bool v_bool = 8;doublegetVDouble()optional double v_double = 6;floatgetVFloat()optional float v_float = 7;MysqlxDatatypes.Scalar.OctetsgetVOctets()4 is unused, was Null which doesn't have a storage anymoreMysqlxDatatypes.Scalar.OctetsOrBuildergetVOctetsOrBuilder()4 is unused, was Null which doesn't have a storage anymorelonggetVSignedInt()optional sint64 v_signed_int = 2;MysqlxDatatypes.Scalar.StringgetVString()optional .Mysqlx.Datatypes.Scalar.String v_string = 9;MysqlxDatatypes.Scalar.StringOrBuildergetVStringOrBuilder()optional .Mysqlx.Datatypes.Scalar.String v_string = 9;longgetVUnsignedInt()optional uint64 v_unsigned_int = 3;booleanhasType()required .Mysqlx.Datatypes.Scalar.Type type = 1;booleanhasVBool()optional bool v_bool = 8;booleanhasVDouble()optional double v_double = 6;booleanhasVFloat()optional float v_float = 7;booleanhasVOctets()4 is unused, was Null which doesn't have a storage anymorebooleanhasVSignedInt()optional sint64 v_signed_int = 2;booleanhasVString()optional .Mysqlx.Datatypes.Scalar.String v_string = 9;booleanhasVUnsignedInt()optional uint64 v_unsigned_int = 3;
-
-
-
方法详细资料
-
hasType
boolean hasType()
required .Mysqlx.Datatypes.Scalar.Type type = 1;- 返回:
- Whether the type field is set.
-
getType
MysqlxDatatypes.Scalar.Type getType()
required .Mysqlx.Datatypes.Scalar.Type type = 1;- 返回:
- The type.
-
hasVSignedInt
boolean hasVSignedInt()
optional sint64 v_signed_int = 2;- 返回:
- Whether the vSignedInt field is set.
-
getVSignedInt
long getVSignedInt()
optional sint64 v_signed_int = 2;- 返回:
- The vSignedInt.
-
hasVUnsignedInt
boolean hasVUnsignedInt()
optional uint64 v_unsigned_int = 3;- 返回:
- Whether the vUnsignedInt field is set.
-
getVUnsignedInt
long getVUnsignedInt()
optional uint64 v_unsigned_int = 3;- 返回:
- The vUnsignedInt.
-
hasVOctets
boolean hasVOctets()
4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;- 返回:
- Whether the vOctets field is set.
-
getVOctets
MysqlxDatatypes.Scalar.Octets getVOctets()
4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;- 返回:
- The vOctets.
-
getVOctetsOrBuilder
MysqlxDatatypes.Scalar.OctetsOrBuilder getVOctetsOrBuilder()
4 is unused, was Null which doesn't have a storage anymore
optional .Mysqlx.Datatypes.Scalar.Octets v_octets = 5;
-
hasVDouble
boolean hasVDouble()
optional double v_double = 6;- 返回:
- Whether the vDouble field is set.
-
getVDouble
double getVDouble()
optional double v_double = 6;- 返回:
- The vDouble.
-
hasVFloat
boolean hasVFloat()
optional float v_float = 7;- 返回:
- Whether the vFloat field is set.
-
getVFloat
float getVFloat()
optional float v_float = 7;- 返回:
- The vFloat.
-
hasVBool
boolean hasVBool()
optional bool v_bool = 8;- 返回:
- Whether the vBool field is set.
-
getVBool
boolean getVBool()
optional bool v_bool = 8;- 返回:
- The vBool.
-
hasVString
boolean hasVString()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;- 返回:
- Whether the vString field is set.
-
getVString
MysqlxDatatypes.Scalar.String getVString()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;- 返回:
- The vString.
-
getVStringOrBuilder
MysqlxDatatypes.Scalar.StringOrBuilder getVStringOrBuilder()
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
-
-