public interface ConditionRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getObject()
optional string Object = 1; |
com.google.protobuf.ByteString |
getObjectBytes()
optional string Object = 1; |
String |
getOperator()
optional string Operator = 2; |
com.google.protobuf.ByteString |
getOperatorBytes()
optional string Operator = 2; |
String |
getType()
optional string Type = 3; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string Type = 3; |
String |
getValue()
optional string Value = 4; |
com.google.protobuf.ByteString |
getValueBytes()
optional string Value = 4; |
boolean |
hasObject()
optional string Object = 1; |
boolean |
hasOperator()
optional string Operator = 2; |
boolean |
hasType()
optional string Type = 3; |
boolean |
hasValue()
optional string Value = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasObject()
optional string Object = 1;String getObject()
optional string Object = 1;com.google.protobuf.ByteString getObjectBytes()
optional string Object = 1;boolean hasOperator()
optional string Operator = 2;String getOperator()
optional string Operator = 2;com.google.protobuf.ByteString getOperatorBytes()
optional string Operator = 2;boolean hasType()
optional string Type = 3;String getType()
optional string Type = 3;com.google.protobuf.ByteString getTypeBytes()
optional string Type = 3;boolean hasValue()
optional string Value = 4;String getValue()
optional string Value = 4;com.google.protobuf.ByteString getValueBytes()
optional string Value = 4;Copyright © 2025. All rights reserved.