public class AppModel extends AbstractModel
header, skipSign
Constructor and Description |
---|
AppModel() |
AppModel(AppModel 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 |
getAliasName()
Get 模型别名
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getContextLimit()
Get 上下文指代轮次
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDesc()
Get 模型描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 模型名称
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getTokenBalance()
Get token余量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAliasName(String AliasName)
Set 模型别名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContextLimit(Long ContextLimit)
Set 上下文指代轮次
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDesc(String Desc)
Set 模型描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 模型名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTokenBalance(Float TokenBalance)
Set token余量
注意:此字段可能返回 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 AppModel()
public AppModel(AppModel source)
public String getName()
public void setName(String Name)
Name
- 模型名称
注意:此字段可能返回 null,表示取不到有效值。public String getDesc()
public void setDesc(String Desc)
Desc
- 模型描述
注意:此字段可能返回 null,表示取不到有效值。public Long getContextLimit()
public void setContextLimit(Long ContextLimit)
ContextLimit
- 上下文指代轮次
注意:此字段可能返回 null,表示取不到有效值。public String getAliasName()
public void setAliasName(String AliasName)
AliasName
- 模型别名
注意:此字段可能返回 null,表示取不到有效值。public Float getTokenBalance()
public void setTokenBalance(Float TokenBalance)
TokenBalance
- token余量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.