public class VerificationSendResponseBody extends BaseResponseBody<VerificationSendResponseBody>
gson| Constructor and Description |
|---|
VerificationSendResponseBody() |
| Modifier and Type | Method and Description |
|---|---|
static VerificationSendResponseBody |
fromJson(java.lang.String json) |
java.lang.String |
getBrandName() |
java.lang.String |
getContentLanguage() |
java.lang.String |
getSegmentId() |
java.lang.String |
getSegmentName() |
java.lang.Long |
getSentAt() |
java.lang.String |
getSiteCountry() |
VerificationSendResponseBody |
setBrandName(java.lang.String brandName) |
VerificationSendResponseBody |
setContentLanguage(java.lang.String contentLanguage) |
VerificationSendResponseBody |
setSegmentId(java.lang.String segmentId) |
VerificationSendResponseBody |
setSegmentName(java.lang.String segmentName) |
VerificationSendResponseBody |
setSentAt(java.lang.Long sentAt) |
VerificationSendResponseBody |
setSiteCountry(java.lang.String siteCountry) |
getErrorMessage, getStatus, setErrorMessage, setStatus, toJsonpublic static VerificationSendResponseBody fromJson(java.lang.String json)
public java.lang.Long getSentAt()
public VerificationSendResponseBody setSentAt(java.lang.Long sentAt)
public java.lang.String getSegmentId()
public VerificationSendResponseBody setSegmentId(java.lang.String segmentId)
public java.lang.String getSegmentName()
public VerificationSendResponseBody setSegmentName(java.lang.String segmentName)
public java.lang.String getBrandName()
public VerificationSendResponseBody setBrandName(java.lang.String brandName)
public java.lang.String getSiteCountry()
public VerificationSendResponseBody setSiteCountry(java.lang.String siteCountry)
public java.lang.String getContentLanguage()
public VerificationSendResponseBody setContentLanguage(java.lang.String contentLanguage)