Class LabelDetailItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ims.v20200713.models.LabelDetailItem
-
public class LabelDetailItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LabelDetailItem()LabelDetailItem(LabelDetailItem 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 LonggetId()Get 序号 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 子标签名称 注意:此字段可能返回 null,表示取不到有效值。LonggetScore()Get 子标签分数 注意:此字段可能返回 null,表示取不到有效值。voidsetId(Long Id)Set 序号 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 子标签名称 注意:此字段可能返回 null,表示取不到有效值。voidsetScore(Long Score)Set 子标签分数 注意:此字段可能返回 null,表示取不到有效值。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
-
LabelDetailItem
public LabelDetailItem()
-
LabelDetailItem
public LabelDetailItem(LabelDetailItem 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
-
getId
public Long getId()
Get 序号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Id 序号 注意:此字段可能返回 null,表示取不到有效值。
-
setId
public void setId(Long Id)
Set 序号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Id- 序号 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 子标签名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 子标签名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 子标签名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 子标签名称 注意:此字段可能返回 null,表示取不到有效值。
-
getScore
public Long getScore()
Get 子标签分数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Score 子标签分数 注意:此字段可能返回 null,表示取不到有效值。
-
setScore
public void setScore(Long Score)
Set 子标签分数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Score- 子标签分数 注意:此字段可能返回 null,表示取不到有效值。
-
-