public class PhaseData extends AbstractModel
header, skipSign
Constructor and Description |
---|
PhaseData() |
PhaseData(PhaseData 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 |
getAppId()
Get 小程序AppId
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAppName()
Get 小程序名称AppName
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAppPath()
Get 小程序AppPath
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getHeadEnabled()
Get 启用头
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getHeadTitle()
Get 标题
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKey()
Get 标识符
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppId(String AppId)
Set 小程序AppId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppName(String AppName)
Set 小程序名称AppName
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppPath(String AppPath)
Set 小程序AppPath
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHeadEnabled(Boolean HeadEnabled)
Set 启用头
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHeadTitle(String HeadTitle)
Set 标题
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
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 PhaseData()
public PhaseData(PhaseData source)
public Boolean getHeadEnabled()
public void setHeadEnabled(Boolean HeadEnabled)
HeadEnabled
- 启用头
注意:此字段可能返回 null,表示取不到有效值。public String getHeadTitle()
public void setHeadTitle(String HeadTitle)
HeadTitle
- 标题
注意:此字段可能返回 null,表示取不到有效值。public String getKey()
public void setKey(String Key)
Key
- 标识符
注意:此字段可能返回 null,表示取不到有效值。public String getAppId()
public void setAppId(String AppId)
AppId
- 小程序AppId
注意:此字段可能返回 null,表示取不到有效值。public String getAppPath()
public void setAppPath(String AppPath)
AppPath
- 小程序AppPath
注意:此字段可能返回 null,表示取不到有效值。public String getAppName()
public void setAppName(String AppName)
AppName
- 小程序名称AppName
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.