public class KnowledgeDetailInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
KnowledgeDetailInfo() |
KnowledgeDetailInfo(KnowledgeDetailInfo 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 |
---|---|
AppBaseInfo[] |
getAppList()
Get 应用列表
注意:此字段可能返回 null,表示取不到有效值。
|
KnowledgeBaseInfo |
getKnowledge()
Get 知识库信息
注意:此字段可能返回 null,表示取不到有效值。
|
UserBaseInfo |
getUser()
Get 用户信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppList(AppBaseInfo[] AppList)
Set 应用列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKnowledge(KnowledgeBaseInfo Knowledge)
Set 知识库信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUser(UserBaseInfo User)
Set 用户信息
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public KnowledgeDetailInfo()
public KnowledgeDetailInfo(KnowledgeDetailInfo source)
public KnowledgeBaseInfo getKnowledge()
public void setKnowledge(KnowledgeBaseInfo Knowledge)
Knowledge
- 知识库信息
注意:此字段可能返回 null,表示取不到有效值。public AppBaseInfo[] getAppList()
public void setAppList(AppBaseInfo[] AppList)
AppList
- 应用列表
注意:此字段可能返回 null,表示取不到有效值。public UserBaseInfo getUser()
public void setUser(UserBaseInfo User)
User
- 用户信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.