public class Aspect extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Aspect() | 
| Aspect(Aspect 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get 维度名字 | 
| Float | getPercentage()Get 维度分数占比 | 
| Float | getScore()Get 维度得分 | 
| void | setName(String Name)Set 维度名字 | 
| void | setPercentage(Float Percentage)Set 维度分数占比 | 
| void | setScore(Float Score)Set 维度得分 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Aspect()
public Aspect(Aspect source)
public String getName()
public void setName(String Name)
Name - 维度名字public Float getScore()
public void setScore(Float Score)
Score - 维度得分public Float getPercentage()
public void setPercentage(Float Percentage)
Percentage - 维度分数占比Copyright © 2025. All rights reserved.