public class AttachAssessmentAndRulesPackageResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
AttachAssessmentAndRulesPackageResult() |
Modifier and Type | Method and Description |
---|---|
AttachAssessmentAndRulesPackageResult |
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.
|
AttachAssessmentAndRulesPackageResult |
withMessage(String message)
Confirmation details of the action performed.
|
public AttachAssessmentAndRulesPackageResult()
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 AttachAssessmentAndRulesPackageResult 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 AttachAssessmentAndRulesPackageResult clone()
Copyright © 2015. All rights reserved.