Class DimensionScoreInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.DimensionScoreInfo
-
public class DimensionScoreInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DimensionScoreInfo()
DimensionScoreInfo(DimensionScoreInfo 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 Long
getJoinTableNumber()
Get 参与评估表数量String
getName()
Get 维度名称 注意:此字段可能返回 null,表示取不到有效值。Float
getScore()
Get 评分Long
getUpdateTime()
Get 更新时间 时间戳 注意:此字段可能返回 null,表示取不到有效值。Long
getUserId()
Get 设置人id 注意:此字段可能返回 null,表示取不到有效值。String
getUserName()
Get 设置人名 注意:此字段可能返回 null,表示取不到有效值。Float
getWeight()
Get 权重 注意:此字段可能返回 null,表示取不到有效值。void
setJoinTableNumber(Long JoinTableNumber)
Set 参与评估表数量void
setName(String Name)
Set 维度名称 注意:此字段可能返回 null,表示取不到有效值。void
setScore(Float Score)
Set 评分void
setUpdateTime(Long UpdateTime)
Set 更新时间 时间戳 注意:此字段可能返回 null,表示取不到有效值。void
setUserId(Long UserId)
Set 设置人id 注意:此字段可能返回 null,表示取不到有效值。void
setUserName(String UserName)
Set 设置人名 注意:此字段可能返回 null,表示取不到有效值。void
setWeight(Float Weight)
Set 权重 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
DimensionScoreInfo
public DimensionScoreInfo()
-
DimensionScoreInfo
public DimensionScoreInfo(DimensionScoreInfo 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 维度名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 维度名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 维度名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- 维度名称 注意:此字段可能返回 null,表示取不到有效值。
-
getWeight
public Float getWeight()
Get 权重 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Weight 权重 注意:此字段可能返回 null,表示取不到有效值。
-
setWeight
public void setWeight(Float Weight)
Set 权重 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Weight
- 权重 注意:此字段可能返回 null,表示取不到有效值。
-
getUserId
public Long getUserId()
Get 设置人id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserId 设置人id 注意:此字段可能返回 null,表示取不到有效值。
-
setUserId
public void setUserId(Long UserId)
Set 设置人id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserId
- 设置人id 注意:此字段可能返回 null,表示取不到有效值。
-
getUserName
public String getUserName()
Get 设置人名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserName 设置人名 注意:此字段可能返回 null,表示取不到有效值。
-
setUserName
public void setUserName(String UserName)
Set 设置人名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserName
- 设置人名 注意:此字段可能返回 null,表示取不到有效值。
-
getUpdateTime
public Long getUpdateTime()
Get 更新时间 时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpdateTime 更新时间 时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setUpdateTime
public void setUpdateTime(Long UpdateTime)
Set 更新时间 时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpdateTime
- 更新时间 时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getJoinTableNumber
public Long getJoinTableNumber()
Get 参与评估表数量- Returns:
- JoinTableNumber 参与评估表数量
-
setJoinTableNumber
public void setJoinTableNumber(Long JoinTableNumber)
Set 参与评估表数量- Parameters:
JoinTableNumber
- 参与评估表数量
-
getScore
public Float getScore()
Get 评分- Returns:
- Score 评分
-
setScore
public void setScore(Float Score)
Set 评分- Parameters:
Score
- 评分
-
-