public class KnowledgeDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
KnowledgeDetail()  | 
KnowledgeDetail(KnowledgeDetail 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 Application name. 
 | 
String | 
getExceedCharSize()
Get Exceeding character count. 
 | 
Float | 
getProportion()
Get Usage proportion. 
 | 
String | 
getUsedCharSize()
Get Number of used characters. 
 | 
void | 
setAppName(String AppName)
Set Application name. 
 | 
void | 
setExceedCharSize(String ExceedCharSize)
Set Exceeding character count. 
 | 
void | 
setProportion(Float Proportion)
Set Usage proportion. 
 | 
void | 
setUsedCharSize(String UsedCharSize)
Set Number of used characters. 
 | 
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 KnowledgeDetail()
public KnowledgeDetail(KnowledgeDetail source)
public String getAppName()
public void setAppName(String AppName)
AppName - Application name.public String getUsedCharSize()
public void setUsedCharSize(String UsedCharSize)
UsedCharSize - Number of used characters.public Float getProportion()
public void setProportion(Float Proportion)
Proportion - Usage proportion.public String getExceedCharSize()
public void setExceedCharSize(String ExceedCharSize)
ExceedCharSize - Exceeding character count.Copyright © 2025. All rights reserved.