public class AlipayMobileBksigntokenVerifyResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayMobileBksigntokenVerifyResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatetimestamp()
Gets createtimestamp.
|
String |
getLoginid()
Gets loginid.
|
String |
getMemo()
Gets memo.
|
Long |
getResultcode()
Gets resultcode.
|
Boolean |
getSuccess()
Gets success.
|
String |
getUserid()
Gets userid.
|
void |
setCreatetimestamp(String createtimestamp)
Sets createtimestamp.
|
void |
setLoginid(String loginid)
Sets loginid.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setResultcode(Long resultcode)
Sets resultcode.
|
void |
setSuccess(Boolean success)
Sets success.
|
void |
setUserid(String userid)
Sets userid.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayMobileBksigntokenVerifyResponse()
public void setCreatetimestamp(String createtimestamp)
createtimestamp - the createtimestamppublic String getCreatetimestamp()
public void setLoginid(String loginid)
loginid - the loginidpublic String getLoginid()
public void setMemo(String memo)
memo - the memopublic String getMemo()
public void setResultcode(Long resultcode)
resultcode - the resultcodepublic Long getResultcode()
public void setSuccess(Boolean success)
success - the successpublic Boolean getSuccess()
public void setUserid(String userid)
userid - the useridpublic String getUserid()
Copyright © 2018. All rights reserved.