public class GetTokensByCodeParams extends Object implements HasProtectionAccessTokenParams
| Constructor and Description |
|---|
GetTokensByCodeParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCode() |
String |
getOxdId() |
String |
getProtectionAccessToken() |
String |
getState() |
int |
hashCode() |
void |
setCode(String code) |
void |
setOxdId(String oxdId) |
void |
setProtectionAccessToken(String protectionAccessToken) |
void |
setState(String state) |
String |
toString() |
public String getProtectionAccessToken()
getProtectionAccessToken in interface HasProtectionAccessTokenParamspublic void setProtectionAccessToken(String protectionAccessToken)
public String getCode()
public void setCode(String code)
public String getState()
public void setState(String state)
public String getOxdId()
getOxdId in interface HasOxdIdParamspublic void setOxdId(String oxdId)
Copyright © 2018. All rights reserved.