@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class OperatorSummary extends Object
Summary of Operator
Note: Objects should always be created or deserialized using the OperatorSummary.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 OperatorSummary.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
OperatorSummary.Builder |
Constructor and Description |
---|
OperatorSummary(String name,
String displayName,
String datatype,
String managedListtype,
ConditionFilterType filterType,
List<ConditionOperator> operators,
List<String> multiListTypes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OperatorSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDatatype()
data type of operand
|
String |
getDisplayName()
display name of the operand
|
ConditionFilterType |
getFilterType()
Filter type can be config filter or condition filter
|
String |
getManagedListtype()
operand list type
|
List<String> |
getMultiListTypes()
configuration value type list for multilist data type
|
String |
getName()
name of the operand
|
List<ConditionOperator> |
getOperators()
List of parameters
|
int |
hashCode() |
OperatorSummary.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"name","displayName","datatype","managedListtype","filterType","operators","multiListTypes"}) @Deprecated public OperatorSummary(String name, String displayName, String datatype, String managedListtype, ConditionFilterType filterType, List<ConditionOperator> operators, List<String> multiListTypes)
public static OperatorSummary.Builder builder()
Create a new builder.
public OperatorSummary.Builder toBuilder()
public String getName()
name of the operand
public String getDisplayName()
display name of the operand
public String getDatatype()
data type of operand
public String getManagedListtype()
operand list type
public ConditionFilterType getFilterType()
Filter type can be config filter or condition filter
public List<ConditionOperator> getOperators()
List of parameters
public List<String> getMultiListTypes()
configuration value type list for multilist data type
Copyright © 2016–2022. All rights reserved.