public class GetByteMatchSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private ByteMatchSet |
byteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
Constructor and Description |
---|
GetByteMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
GetByteMatchSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ByteMatchSet |
getByteMatchSet()
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
int |
hashCode() |
void |
setByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetByteMatchSetResult |
withByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
private ByteMatchSet byteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the
following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object
contains FieldToMatch, PositionalConstraint
,
TargetString
, and TextTransformation
Data
and Type
public void setByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the
following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object
contains FieldToMatch, PositionalConstraint
,
TargetString
, and TextTransformation
Data
and Type
byteMatchSet
- Information about the ByteMatchSet that you specified in
the GetByteMatchSet
request. For more information,
see the following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object contains FieldToMatch,
PositionalConstraint
, TargetString
, and
TextTransformation
Data
and
Type
public ByteMatchSet getByteMatchSet()
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the
following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object
contains FieldToMatch, PositionalConstraint
,
TargetString
, and TextTransformation
Data
and Type
GetByteMatchSet
request. For more information,
see the following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object contains FieldToMatch,
PositionalConstraint
, TargetString
, and
TextTransformation
Data
and
Type
public GetByteMatchSetResult withByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the
following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object
contains FieldToMatch, PositionalConstraint
,
TargetString
, and TextTransformation
Data
and Type
byteMatchSet
- Information about the ByteMatchSet that you specified in
the GetByteMatchSet
request. For more information,
see the following topics:
ByteMatchSetId
,
ByteMatchTuples
, and Name
ByteMatchTuples
: Contains an array of
ByteMatchTuple objects. Each ByteMatchTuple
object contains FieldToMatch,
PositionalConstraint
, TargetString
, 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 GetByteMatchSetResult clone()
clone
in class java.lang.Object