public class LicensedObjectsGetRequest extends Object implements EnvisionRequest<LicensedObjectsGetResponse>
| 构造器和说明 |
|---|
LicensedObjectsGetRequest(String licenseFingerprint,
List<String> uidList) |
LicensedObjectsGetRequest(String licenseFingerprint,
List<String> uidList,
List<String> attributeList,
String locale) |
LicensedObjectsGetRequest(String licenseFingerprint,
List<String> uidList,
String locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
String |
getAttributeList() |
String |
getLicenseFingerprint() |
String |
getLocale() |
Class<LicensedObjectsGetResponse> |
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
|
String |
getUidList() |
void |
setAttributeList(String attributeList) |
void |
setLicenseFingerprint(String licenseFingerprint) |
void |
setLocale(String locale) |
void |
setUidList(String uidList) |
public LicensedObjectsGetRequest(String licenseFingerprint, List<String> uidList)
public LicensedObjectsGetRequest(String licenseFingerprint, List<String> uidList, String locale)
public String getLicenseFingerprint()
public void setLicenseFingerprint(String licenseFingerprint)
public String getUidList()
public void setUidList(String uidList)
public String getAttributeList()
public void setAttributeList(String attributeList)
public String getLocale()
public void setLocale(String locale)
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<LicensedObjectsGetResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<LicensedObjectsGetResponse>public Class<LicensedObjectsGetResponse> getResponseClass()
public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<LicensedObjectsGetResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.