public class GetXssMatchSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The response to a GetXssMatchSet request.
Modifier and Type | Field and Description |
---|---|
private XssMatchSet |
xssMatchSet
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
Constructor and Description |
---|
GetXssMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
GetXssMatchSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
XssMatchSet |
getXssMatchSet()
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
int |
hashCode() |
void |
setXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetXssMatchSetResult |
withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
private XssMatchSet xssMatchSet
Information about the XssMatchSet that you specified in the
GetXssMatchSet
request. For more information, see the
following topics:
Name
,
XssMatchSetId
, and an array of XssMatchTuple
objectsXssMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and Type
public void setXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet
request. For more information, see the
following topics:
Name
,
XssMatchSetId
, and an array of XssMatchTuple
objectsXssMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and Type
xssMatchSet
- Information about the XssMatchSet that you specified in the
GetXssMatchSet
request. For more information, see the
following topics:
Name
,
XssMatchSetId
, and an array of
XssMatchTuple
objectsXssMatchTuple
object
contains FieldToMatch
and
TextTransformation
Data
and
Type
public XssMatchSet getXssMatchSet()
Information about the XssMatchSet that you specified in the
GetXssMatchSet
request. For more information, see the
following topics:
Name
,
XssMatchSetId
, and an array of XssMatchTuple
objectsXssMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and Type
GetXssMatchSet
request. For more information,
see the following topics:
Name
,
XssMatchSetId
, and an array of
XssMatchTuple
objectsXssMatchTuple
object
contains FieldToMatch
and
TextTransformation
Data
and
Type
public GetXssMatchSetResult withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet
request. For more information, see the
following topics:
Name
,
XssMatchSetId
, and an array of XssMatchTuple
objectsXssMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and Type
xssMatchSet
- Information about the XssMatchSet that you specified in the
GetXssMatchSet
request. For more information, see the
following topics:
Name
,
XssMatchSetId
, and an array of
XssMatchTuple
objectsXssMatchTuple
object
contains FieldToMatch
and
TextTransformation
Data
and
Type
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 GetXssMatchSetResult clone()
clone
in class java.lang.Object