public class RsCheckAccessParams extends Object implements HasProtectionAccessTokenParams
| Constructor and Description |
|---|
RsCheckAccessParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpMethod() |
String |
getOxdId() |
String |
getPath() |
String |
getProtectionAccessToken() |
String |
getRpt() |
void |
setHttpMethod(String httpMethod) |
void |
setOxdId(String oxdId) |
void |
setPath(String path) |
void |
setProtectionAccessToken(String protectionAccessToken) |
void |
setRpt(String rpt) |
String |
toString() |
public String getProtectionAccessToken()
getProtectionAccessToken in interface HasProtectionAccessTokenParamspublic void setProtectionAccessToken(String protectionAccessToken)
public String getOxdId()
getOxdId in interface HasOxdIdParamspublic void setOxdId(String oxdId)
public String getRpt()
public void setRpt(String rpt)
public String getPath()
public void setPath(String path)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
Copyright © 2018. All rights reserved.