public class CommentResponse extends Object
Constructor and Description |
---|
CommentResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
getCode
Gets String
|
Comment |
getComment()
getComment
Gets Comment
|
String |
getStatus()
getStatus
Gets String
|
void |
setCode(String Code)
setCode
Sets String
|
void |
setComment(Comment Comment)
setComment
Sets Comment
|
void |
setStatus(String Status)
setStatus
Sets String
|
String |
toString() |
public Comment getComment()
public void setComment(Comment Comment)
Comment
- Commentpublic String getCode()
public void setCode(String Code)
Code
- Stringpublic String getStatus()
public void setStatus(String Status)
Status
- StringCopyright © 2015. All rights reserved.