接口 MysqlxExpect.Open.ConditionOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      int getConditionKey()
      required uint32 condition_key = 1;
      com.google.protobuf.ByteString getConditionValue()
      optional bytes condition_value = 2;
      MysqlxExpect.Open.Condition.ConditionOperation getOp()
      optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
      boolean hasConditionKey()
      required uint32 condition_key = 1;
      boolean hasConditionValue()
      optional bytes condition_value = 2;
      boolean hasOp()
      optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • hasConditionKey

        boolean hasConditionKey()
        required uint32 condition_key = 1;
        返回:
        Whether the conditionKey field is set.
      • getConditionKey

        int getConditionKey()
        required uint32 condition_key = 1;
        返回:
        The conditionKey.
      • hasConditionValue

        boolean hasConditionValue()
        optional bytes condition_value = 2;
        返回:
        Whether the conditionValue field is set.
      • getConditionValue

        com.google.protobuf.ByteString getConditionValue()
        optional bytes condition_value = 2;
        返回:
        The conditionValue.
      • hasOp

        boolean hasOp()
        optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
        返回:
        Whether the op field is set.