Class ApplicationBasicInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.ApplicationBasicInfo
-
public class ApplicationBasicInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApplicationBasicInfo()ApplicationBasicInfo(ApplicationBasicInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAllowVisualModify()Get 是否允许可视化修改 注意:此字段可能返回 null,表示取不到有效值。StringgetCreateTime()Get 创建时间StringgetDescription()Get 描述信息StringgetManageUrl()Get 管理URL地址StringgetName()Get 名称voidsetAllowVisualModify(Boolean AllowVisualModify)Set 是否允许可视化修改 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 创建时间voidsetDescription(String Description)Set 描述信息voidsetManageUrl(String ManageUrl)Set 管理URL地址voidsetName(String Name)Set 名称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
-
ApplicationBasicInfo
public ApplicationBasicInfo()
-
ApplicationBasicInfo
public ApplicationBasicInfo(ApplicationBasicInfo 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
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name- 名称
-
getManageUrl
public String getManageUrl()
Get 管理URL地址- Returns:
- ManageUrl 管理URL地址
-
setManageUrl
public void setManageUrl(String ManageUrl)
Set 管理URL地址- Parameters:
ManageUrl- 管理URL地址
-
getDescription
public String getDescription()
Get 描述信息- Returns:
- Description 描述信息
-
setDescription
public void setDescription(String Description)
Set 描述信息- Parameters:
Description- 描述信息
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getAllowVisualModify
public Boolean getAllowVisualModify()
Get 是否允许可视化修改 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AllowVisualModify 是否允许可视化修改 注意:此字段可能返回 null,表示取不到有效值。
-
setAllowVisualModify
public void setAllowVisualModify(Boolean AllowVisualModify)
Set 是否允许可视化修改 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AllowVisualModify- 是否允许可视化修改 注意:此字段可能返回 null,表示取不到有效值。
-
-