@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class SimpleCondition extends Condition
Simple Condition object.
Note: Objects should always be created or deserialized using the SimpleCondition.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the SimpleCondition.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
SimpleCondition.Builder |
Condition.Kind
Constructor and Description |
---|
SimpleCondition(String parameter,
OperatorType operator,
String value,
ConditionValueType valueType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SimpleCondition.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
OperatorType |
getOperator()
type of operator
|
String |
getParameter()
parameter Key
|
String |
getValue()
type of operator
|
ConditionValueType |
getValueType()
type of value
|
int |
hashCode() |
SimpleCondition.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public SimpleCondition(String parameter, OperatorType operator, String value, ConditionValueType valueType)
public static SimpleCondition.Builder builder()
Create a new builder.
public SimpleCondition.Builder toBuilder()
public String getParameter()
parameter Key
public OperatorType getOperator()
type of operator
public String getValue()
type of operator
public ConditionValueType getValueType()
type of value
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
Copyright © 2016–2023. All rights reserved.