public class DeviceTemplatesGetRequest extends Object implements EnvisionRequest<DeviceTemplatesGetResponse>
| 构造器和说明 |
|---|
DeviceTemplatesGetRequest(String namespace) |
DeviceTemplatesGetRequest(String namespace,
int categoryID) |
DeviceTemplatesGetRequest(String namespace,
int categoryID,
int typeID) |
DeviceTemplatesGetRequest(String namespace,
int categoryID,
int typeID,
String locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
int |
getCategoryID() |
String |
getLocale() |
String |
getNamespace() |
Class<DeviceTemplatesGetResponse> |
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
|
int |
getTypeID() |
boolean |
isIncludeGlobal() |
void |
setCategoryID(int categoryID) |
void |
setIncludeGlobal(boolean includeGlobal) |
void |
setLocale(String locale) |
void |
setNamespace(String namespace) |
void |
setTypeID(int typeID) |
public DeviceTemplatesGetRequest(String namespace)
public DeviceTemplatesGetRequest(String namespace, int categoryID)
public DeviceTemplatesGetRequest(String namespace, int categoryID, int typeID)
public String getNamespace()
public void setNamespace(String namespace)
public int getCategoryID()
public void setCategoryID(int categoryID)
public int getTypeID()
public void setTypeID(int typeID)
public boolean isIncludeGlobal()
public void setIncludeGlobal(boolean includeGlobal)
public String getLocale()
public void setLocale(String locale)
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<DeviceTemplatesGetResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<DeviceTemplatesGetResponse>public Class<DeviceTemplatesGetResponse> getResponseClass()
public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<DeviceTemplatesGetResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.