Class Item
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.Item
-
public class Item extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetItemId()Get IdStringgetItemName()Get 名称voidsetItemId(Long ItemId)Set IdvoidsetItemName(String ItemName)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
-
Item
public Item()
-
Item
public Item(Item 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
-
getItemId
public Long getItemId()
Get Id- Returns:
- ItemId Id
-
setItemId
public void setItemId(Long ItemId)
Set Id- Parameters:
ItemId- Id
-
getItemName
public String getItemName()
Get 名称- Returns:
- ItemName 名称
-
setItemName
public void setItemName(String ItemName)
Set 名称- Parameters:
ItemName- 名称
-
-