public class ResourceFileUploadResultModel
extends java.lang.Object
Constructor and Description |
---|
ResourceFileUploadResultModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAaa_success()
Getter for aaa_success
True if the upload request succeeded.
|
java.lang.String |
getMessage()
Getter for message
If the request failed, this contains a description of the error.
|
java.lang.Long |
getResourceFileId()
Getter for resourceFileId
If the request succeeded, this is the ID number of the file.
|
void |
setAaa_success(java.lang.Boolean value)
Setter for aaa_success
True if the upload request succeeded.
|
void |
setMessage(java.lang.String value)
Setter for message
If the request failed, this contains a description of the error.
|
void |
setResourceFileId(java.lang.Long value)
Setter for resourceFileId
If the request succeeded, this is the ID number of the file.
|
java.lang.String |
toString()
Returns a JSON string representation of ResourceFileUploadResultModel
|
public java.lang.String getMessage()
public void setMessage(java.lang.String value)
public java.lang.Long getResourceFileId()
public void setResourceFileId(java.lang.Long value)
public java.lang.Boolean getAaa_success()
public void setAaa_success(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object