public class LicensedClientsGetRequest extends Object implements EnvisionRequest<LicensedClientsGetResponse>
| 构造器和说明 |
|---|
LicensedClientsGetRequest(String licenseFingerprint,
List<String> clientSnList) |
LicensedClientsGetRequest(String licenseFingerprint,
List<String> clientSnList,
List<String> attributeList,
String locale) |
LicensedClientsGetRequest(String licenseFingerprint,
List<String> clientSnList,
String locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
String |
getAttributeList() |
String |
getClientSnList() |
String |
getLicenseFingerprint() |
String |
getLocale() |
Class<LicensedClientsGetResponse> |
getResponseClass() |
Map<String,String> |
getTextParams()
Gets all the Key-Value form of the text request parameter set:
Key: Request parameter name
Value: Request parameter value
|
void |
setAttributeList(String attributeList) |
void |
setClientSnList(String clientSnList) |
void |
setLicenseFingerprint(String licenseFingerprint) |
void |
setLocale(String locale) |
public LicensedClientsGetRequest(String licenseFingerprint, List<String> clientSnList)
public LicensedClientsGetRequest(String licenseFingerprint, List<String> clientSnList, String locale)
public String getLicenseFingerprint()
public void setLicenseFingerprint(String licenseFingerprint)
public String getClientSnList()
public void setClientSnList(String clientSnList)
public String getAttributeList()
public void setAttributeList(String attributeList)
public String getLocale()
public void setLocale(String locale)
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<LicensedClientsGetResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<LicensedClientsGetResponse>public Class<LicensedClientsGetResponse> getResponseClass()
public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<LicensedClientsGetResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.