Class AssetWebLocationInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.AssetWebLocationInfo
-
public class AssetWebLocationInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AssetWebLocationInfo()AssetWebLocationInfo(AssetWebLocationInfo 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 StringgetCommand()Get 启动命令StringgetIp()Get 绑定IPStringgetMainPath()Get 主目录StringgetName()Get 域名StringgetPort()Get 站点端口StringgetProto()Get 站点协议LonggetSafeStatus()Get 安全模块状态:0未启用,1启用,999空,仅nginxStringgetServiceType()Get 服务类型StringgetUpdateTime()Get 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。StringgetUser()Get 运行用户voidsetCommand(String Command)Set 启动命令voidsetIp(String Ip)Set 绑定IPvoidsetMainPath(String MainPath)Set 主目录voidsetName(String Name)Set 域名voidsetPort(String Port)Set 站点端口voidsetProto(String Proto)Set 站点协议voidsetSafeStatus(Long SafeStatus)Set 安全模块状态:0未启用,1启用,999空,仅nginxvoidsetServiceType(String ServiceType)Set 服务类型voidsetUpdateTime(String UpdateTime)Set 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。voidsetUser(String User)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
-
AssetWebLocationInfo
public AssetWebLocationInfo()
-
AssetWebLocationInfo
public AssetWebLocationInfo(AssetWebLocationInfo 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- 域名
-
getPort
public String getPort()
Get 站点端口- Returns:
- Port 站点端口
-
setPort
public void setPort(String Port)
Set 站点端口- Parameters:
Port- 站点端口
-
getProto
public String getProto()
Get 站点协议- Returns:
- Proto 站点协议
-
setProto
public void setProto(String Proto)
Set 站点协议- Parameters:
Proto- 站点协议
-
getServiceType
public String getServiceType()
Get 服务类型- Returns:
- ServiceType 服务类型
-
setServiceType
public void setServiceType(String ServiceType)
Set 服务类型- Parameters:
ServiceType- 服务类型
-
getSafeStatus
public Long getSafeStatus()
Get 安全模块状态:0未启用,1启用,999空,仅nginx- Returns:
- SafeStatus 安全模块状态:0未启用,1启用,999空,仅nginx
-
setSafeStatus
public void setSafeStatus(Long SafeStatus)
Set 安全模块状态:0未启用,1启用,999空,仅nginx- Parameters:
SafeStatus- 安全模块状态:0未启用,1启用,999空,仅nginx
-
getUser
public String getUser()
Get 运行用户- Returns:
- User 运行用户
-
setUser
public void setUser(String User)
Set 运行用户- Parameters:
User- 运行用户
-
getMainPath
public String getMainPath()
Get 主目录- Returns:
- MainPath 主目录
-
setMainPath
public void setMainPath(String MainPath)
Set 主目录- Parameters:
MainPath- 主目录
-
getCommand
public String getCommand()
Get 启动命令- Returns:
- Command 启动命令
-
setCommand
public void setCommand(String Command)
Set 启动命令- Parameters:
Command- 启动命令
-
getIp
public String getIp()
Get 绑定IP- Returns:
- Ip 绑定IP
-
setIp
public void setIp(String Ip)
Set 绑定IP- Parameters:
Ip- 绑定IP
-
getUpdateTime
public String getUpdateTime()
Get 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpdateTime 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpdateTime- 数据更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
-