Class PhaseData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.PhaseData
-
public class PhaseData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppId()Get 小程序AppId 注意:此字段可能返回 null,表示取不到有效值。StringgetAppName()Get 小程序名称AppName 注意:此字段可能返回 null,表示取不到有效值。StringgetAppPath()Get 小程序AppPath 注意:此字段可能返回 null,表示取不到有效值。BooleangetHeadEnabled()Get 启用头 注意:此字段可能返回 null,表示取不到有效值。StringgetHeadTitle()Get 标题 注意:此字段可能返回 null,表示取不到有效值。StringgetKey()Get 标识符 注意:此字段可能返回 null,表示取不到有效值。voidsetAppId(String AppId)Set 小程序AppId 注意:此字段可能返回 null,表示取不到有效值。voidsetAppName(String AppName)Set 小程序名称AppName 注意:此字段可能返回 null,表示取不到有效值。voidsetAppPath(String AppPath)Set 小程序AppPath 注意:此字段可能返回 null,表示取不到有效值。voidsetHeadEnabled(Boolean HeadEnabled)Set 启用头 注意:此字段可能返回 null,表示取不到有效值。voidsetHeadTitle(String HeadTitle)Set 标题 注意:此字段可能返回 null,表示取不到有效值。voidsetKey(String Key)Set 标识符 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PhaseData
public PhaseData()
-
PhaseData
public 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.
-
-
Method Detail
-
getHeadEnabled
public Boolean getHeadEnabled()
Get 启用头 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HeadEnabled 启用头 注意:此字段可能返回 null,表示取不到有效值。
-
setHeadEnabled
public void setHeadEnabled(Boolean HeadEnabled)
Set 启用头 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HeadEnabled- 启用头 注意:此字段可能返回 null,表示取不到有效值。
-
getHeadTitle
public String getHeadTitle()
Get 标题 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HeadTitle 标题 注意:此字段可能返回 null,表示取不到有效值。
-
setHeadTitle
public void setHeadTitle(String HeadTitle)
Set 标题 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HeadTitle- 标题 注意:此字段可能返回 null,表示取不到有效值。
-
getKey
public String getKey()
Get 标识符 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Key 标识符 注意:此字段可能返回 null,表示取不到有效值。
-
setKey
public void setKey(String Key)
Set 标识符 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Key- 标识符 注意:此字段可能返回 null,表示取不到有效值。
-
getAppId
public String getAppId()
Get 小程序AppId 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AppId 小程序AppId 注意:此字段可能返回 null,表示取不到有效值。
-
setAppId
public void setAppId(String AppId)
Set 小程序AppId 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AppId- 小程序AppId 注意:此字段可能返回 null,表示取不到有效值。
-
getAppPath
public String getAppPath()
Get 小程序AppPath 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AppPath 小程序AppPath 注意:此字段可能返回 null,表示取不到有效值。
-
setAppPath
public void setAppPath(String AppPath)
Set 小程序AppPath 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AppPath- 小程序AppPath 注意:此字段可能返回 null,表示取不到有效值。
-
getAppName
public String getAppName()
Get 小程序名称AppName 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AppName 小程序名称AppName 注意:此字段可能返回 null,表示取不到有效值。
-
setAppName
public void setAppName(String AppName)
Set 小程序名称AppName 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AppName- 小程序名称AppName 注意:此字段可能返回 null,表示取不到有效值。
-
-