public class GetChangeResult extends Object implements Serializable, Cloneable
A complex type that contains the ChangeInfo
element.
Constructor and Description |
---|
GetChangeResult() |
Modifier and Type | Method and Description |
---|---|
GetChangeResult |
clone() |
boolean |
equals(Object obj) |
ChangeInfo |
getChangeInfo()
A complex type that contains information about the specified change
batch, including the change batch ID, the status of the change, and the
date and time of the request.
|
int |
hashCode() |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change
batch, including the change batch ID, the status of the change, and the
date and time of the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetChangeResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change
batch, including the change batch ID, the status of the change, and the
date and time of the request.
|
public void setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.
changeInfo
- A complex type that contains information about the specified
change batch, including the change batch ID, the status of the
change, and the date and time of the request.public ChangeInfo getChangeInfo()
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.
public GetChangeResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.
changeInfo
- A complex type that contains information about the specified
change batch, including the change batch ID, the status of the
change, and the date and time of the request.public String toString()
toString
in class Object
Object.toString()
public GetChangeResult clone()
Copyright © 2018. All rights reserved.