public class GetRuleResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private Rule |
rule
Information about the Rule that you specified in the
GetRule request. |
Constructor and Description |
---|
GetRuleResult() |
Modifier and Type | Method and Description |
---|---|
GetRuleResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Rule |
getRule()
Information about the Rule that you specified in the
GetRule request. |
int |
hashCode() |
void |
setRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetRuleResult |
withRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
private Rule rule
public void setRule(Rule rule)
Information about the Rule that you specified in the
GetRule
request. For more information, see the following
topics:
public Rule getRule()
Information about the Rule that you specified in the
GetRule
request. For more information, see the following
topics:
public GetRuleResult withRule(Rule rule)
Information about the Rule that you specified in the
GetRule
request. For more information, see the following
topics:
rule
- Information about the Rule that you specified in the
GetRule
request. For more information, see the
following topics:
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetRuleResult clone()
clone
in class java.lang.Object