public class DeleteContentOutput
extends java.lang.Object
Constructor and Description |
---|
DeleteContentOutput() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
java.lang.String |
getMessage()
This Method is use to get the message
|
void |
setCode(int code)
This Method is use to Set the code
|
void |
setMessage(java.lang.String message)
This Method is use to Set the message
|
public int getCode()
public void setCode(int code)
code
- For Setting The codepublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- For Setting The message