Class IMSatisfaction
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.IMSatisfaction
-
public class IMSatisfaction extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IMSatisfaction()IMSatisfaction(IMSatisfaction 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,表示取不到有效值。StringgetLabel()Get 满意度标签 注意:此字段可能返回 null,表示取不到有效值。voidsetId(Long Id)Set 满意度值 注意:此字段可能返回 null,表示取不到有效值。voidsetLabel(String Label)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
-
IMSatisfaction
public IMSatisfaction()
-
IMSatisfaction
public IMSatisfaction(IMSatisfaction 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,表示取不到有效值。
-
getLabel
public String getLabel()
Get 满意度标签 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Label 满意度标签 注意:此字段可能返回 null,表示取不到有效值。
-
setLabel
public void setLabel(String Label)
Set 满意度标签 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Label- 满意度标签 注意:此字段可能返回 null,表示取不到有效值。
-
-