public class AssetWebLocationInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCommand()Get 启动命令 | 
| String | getIp()Get 绑定IP | 
| String | getMainPath()Get 主目录 | 
| String | getName()Get 域名 | 
| String | getPort()Get 站点端口 | 
| String | getProto()Get 站点协议 | 
| Long | getSafeStatus()Get 安全模块状态:0未启用,1启用,999空,仅nginx | 
| String | getServiceType()Get 服务类型 | 
| String | getUpdateTime()Get 数据更新时间 | 
| String | getUser()Get 运行用户 | 
| void | setCommand(String Command)Set 启动命令 | 
| void | setIp(String Ip)Set 绑定IP | 
| void | setMainPath(String MainPath)Set 主目录 | 
| void | setName(String Name)Set 域名 | 
| void | setPort(String Port)Set 站点端口 | 
| void | setProto(String Proto)Set 站点协议 | 
| void | setSafeStatus(Long SafeStatus)Set 安全模块状态:0未启用,1启用,999空,仅nginx | 
| void | setServiceType(String ServiceType)Set 服务类型 | 
| void | setUpdateTime(String UpdateTime)Set 数据更新时间 | 
| void | setUser(String User)Set 运行用户 | 
| 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, toJsonStringpublic AssetWebLocationInfo()
public AssetWebLocationInfo(AssetWebLocationInfo source)
public String getName()
public void setName(String Name)
Name - 域名public String getPort()
public void setPort(String Port)
Port - 站点端口public String getProto()
public void setProto(String Proto)
Proto - 站点协议public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType - 服务类型public Long getSafeStatus()
public void setSafeStatus(Long SafeStatus)
SafeStatus - 安全模块状态:0未启用,1启用,999空,仅nginxpublic String getUser()
public void setUser(String User)
User - 运行用户public String getMainPath()
public void setMainPath(String MainPath)
MainPath - 主目录public String getCommand()
public void setCommand(String Command)
Command - 启动命令public String getIp()
public void setIp(String Ip)
Ip - 绑定IPpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 数据更新时间Copyright © 2025. All rights reserved.