@Generated(value="OracleSDKGenerator", comments="API Version: 20180115") public final class SteeringPolicyHealthRule extends SteeringPolicyRule
SteeringPolicyHealthRule.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 SteeringPolicyHealthRule.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 |
SteeringPolicyHealthRule.Builder |
SteeringPolicyRule.RuleType
Constructor and Description |
---|
SteeringPolicyHealthRule(String description,
List<SteeringPolicyHealthRuleCase> cases)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SteeringPolicyHealthRule.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<SteeringPolicyHealthRuleCase> |
getCases()
An array of
caseConditions . |
int |
hashCode() |
SteeringPolicyHealthRule.Builder |
toBuilder() |
String |
toString() |
getDescription
@Deprecated public SteeringPolicyHealthRule(String description, List<SteeringPolicyHealthRuleCase> cases)
public static SteeringPolicyHealthRule.Builder builder()
Create a new builder.
public SteeringPolicyHealthRule.Builder toBuilder()
public List<SteeringPolicyHealthRuleCase> getCases()
An array of caseConditions
. A rule may optionally include a sequence of cases defining alternate
configurations for how it should behave during processing for any given DNS query. When a rule has
no sequence of cases
, it is always evaluated with the same configuration during processing. When
a rule has an empty sequence of cases
, it is always ignored during processing. When a rule has a
non-empty sequence of cases
, its behavior during processing is configured by the first matching
case
in the sequence. When a rule has no matching cases the rule is ignored. A rule case with no
caseCondition
always matches. A rule case with a caseCondition
matches only when that expression
evaluates to true for the given query.
public String toString()
toString
in class SteeringPolicyRule
public boolean equals(Object o)
equals
in class SteeringPolicyRule
public int hashCode()
hashCode
in class SteeringPolicyRule
Copyright © 2016–2022. All rights reserved.