public class UpdateApplicationResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
UpdateApplicationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
Confirmation details of the action performed.
|
int |
hashCode() |
void |
setMessage(String message)
Confirmation details of the action performed.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateApplicationResult |
withMessage(String message)
Confirmation details of the action performed.
|
public void setMessage(String message)
Confirmation details of the action performed.
message
- Confirmation details of the action performed.public String getMessage()
Confirmation details of the action performed.
public UpdateApplicationResult withMessage(String message)
Confirmation details of the action performed.
message
- Confirmation details of the action performed.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationResult clone()
Copyright © 2015. All rights reserved.