public class KnowledgeCapacityPieGraphDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| KnowledgeCapacityPieGraphDetail() | 
| KnowledgeCapacityPieGraphDetail(KnowledgeCapacityPieGraphDetail 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 | getAppName()Get Current application name. | 
| Float | getProportion()Get Proportion of the current application in total usage. | 
| String | getUsedCharSize()Get Number of characters used by the current application. | 
| void | setAppName(String AppName)Set Current application name. | 
| void | setProportion(Float Proportion)Set Proportion of the current application in total usage. | 
| void | setUsedCharSize(String UsedCharSize)Set Number of characters used by the current application. | 
| 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 KnowledgeCapacityPieGraphDetail()
public KnowledgeCapacityPieGraphDetail(KnowledgeCapacityPieGraphDetail source)
public String getAppName()
public void setAppName(String AppName)
AppName - Current application name.public String getUsedCharSize()
public void setUsedCharSize(String UsedCharSize)
UsedCharSize - Number of characters used by the current application.public Float getProportion()
public void setProportion(Float Proportion)
Proportion - Proportion of the current application in total usage.Copyright © 2025. All rights reserved.