Class ApiResponseDescr
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.ApiResponseDescr
-
public class ApiResponseDescr extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApiResponseDescr()ApiResponseDescr(ApiResponseDescr source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get 参数描述StringgetName()Get 参数描述StringgetType()Get 参数类型voidsetDescription(String Description)Set 参数描述voidsetName(String Name)Set 参数描述voidsetType(String Type)Set 参数类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ApiResponseDescr
public ApiResponseDescr()
-
ApiResponseDescr
public ApiResponseDescr(ApiResponseDescr source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getName
public String getName()
Get 参数描述- Returns:
- Name 参数描述
-
setName
public void setName(String Name)
Set 参数描述- Parameters:
Name- 参数描述
-
getType
public String getType()
Get 参数类型- Returns:
- Type 参数类型
-
setType
public void setType(String Type)
Set 参数类型- Parameters:
Type- 参数类型
-
getDescription
public String getDescription()
Get 参数描述- Returns:
- Description 参数描述
-
setDescription
public void setDescription(String Description)
Set 参数描述- Parameters:
Description- 参数描述
-
-