public class AlipayOpenAppAuthsubsAddResponse extends AlipayResponse
Constructor and Description |
---|
AlipayOpenAppAuthsubsAddResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthCode()
Gets auth code.
|
Date |
getInvalidDate()
Gets invalid date.
|
void |
setAuthCode(String authCode)
Sets auth code.
|
void |
setInvalidDate(Date invalidDate)
Sets invalid date.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setAuthCode(String authCode)
authCode
- the auth codepublic String getAuthCode()
public void setInvalidDate(Date invalidDate)
invalidDate
- the invalid datepublic Date getInvalidDate()
Copyright © 2018. All rights reserved.