public class ExportTaskStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the status of an export task.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Status code of the export task.
|
private java.lang.String |
message
Status message related to the
code . |
Constructor and Description |
---|
ExportTaskStatus() |
Modifier and Type | Method and Description |
---|---|
ExportTaskStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCode()
Status code of the export task.
|
java.lang.String |
getMessage()
Status message related to the
code . |
int |
hashCode() |
void |
setCode(ExportTaskStatusCode code)
Status code of the export task.
|
void |
setCode(java.lang.String code)
Status code of the export task.
|
void |
setMessage(java.lang.String message)
Status message related to the
code . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExportTaskStatus |
withCode(ExportTaskStatusCode code)
Status code of the export task.
|
ExportTaskStatus |
withCode(java.lang.String code)
Status code of the export task.
|
ExportTaskStatus |
withMessage(java.lang.String message)
Status message related to the
code . |
private java.lang.String code
Status code of the export task.
private java.lang.String message
Status message related to the code
.
public void setCode(java.lang.String code)
Status code of the export task.
code
- Status code of the export task.ExportTaskStatusCode
public java.lang.String getCode()
Status code of the export task.
ExportTaskStatusCode
public ExportTaskStatus withCode(java.lang.String code)
Status code of the export task.
code
- Status code of the export task.ExportTaskStatusCode
public void setCode(ExportTaskStatusCode code)
Status code of the export task.
code
- Status code of the export task.ExportTaskStatusCode
public ExportTaskStatus withCode(ExportTaskStatusCode code)
Status code of the export task.
code
- Status code of the export task.ExportTaskStatusCode
public void setMessage(java.lang.String message)
Status message related to the code
.
message
- Status message related to the code
.public java.lang.String getMessage()
Status message related to the code
.
code
.public ExportTaskStatus withMessage(java.lang.String message)
Status message related to the code
.
message
- Status message related to the code
.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 ExportTaskStatus clone()
clone
in class java.lang.Object