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 Startup command
|
String |
getIp()
Get Bind IP
|
String |
getMainPath()
Get Home directory
|
String |
getName()
Get Domain name
|
String |
getPort()
Get Site port
|
String |
getProto()
Get Site protocol
|
Long |
getSafeStatus()
Get Security module status.
|
String |
getServiceType()
Get Service type
|
String |
getUpdateTime()
Get Data update time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUser()
Get Running user
|
void |
setCommand(String Command)
Set Startup command
|
void |
setIp(String Ip)
Set Bind IP
|
void |
setMainPath(String MainPath)
Set Home directory
|
void |
setName(String Name)
Set Domain name
|
void |
setPort(String Port)
Set Site port
|
void |
setProto(String Proto)
Set Site protocol
|
void |
setSafeStatus(Long SafeStatus)
Set Security module status.
|
void |
setServiceType(String ServiceType)
Set Service type
|
void |
setUpdateTime(String UpdateTime)
Set Data update time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUser(String User)
Set Running user
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssetWebLocationInfo()
public AssetWebLocationInfo(AssetWebLocationInfo source)
public String getName()
public void setName(String Name)
Name
- Domain namepublic String getPort()
public void setPort(String Port)
Port
- Site portpublic String getProto()
public void setProto(String Proto)
Proto
- Site protocolpublic String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- Service typepublic Long getSafeStatus()
public void setSafeStatus(Long SafeStatus)
SafeStatus
- Security module status. 0: not enabled; 1: enabled; 999: null (nginx only)public String getUser()
public void setUser(String User)
User
- Running userpublic String getMainPath()
public void setMainPath(String MainPath)
MainPath
- Home directorypublic String getCommand()
public void setCommand(String Command)
Command
- Startup commandpublic String getIp()
public void setIp(String Ip)
Ip
- Bind IPpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Data update time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.