public class ProtectDirRelatedServer extends AbstractModel
Constructor and Description |
---|
ProtectDirRelatedServer() |
ProtectDirRelatedServer(ProtectDirRelatedServer 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 |
---|---|
Boolean |
getAuthorization()
Get 是否已经授权
|
Long |
getAutoRestoreSwitchStatus()
Get 自动恢复开关
|
Long |
getException()
Get 异常状态
|
String |
getExceptionMessage()
Get 异常信息
|
String |
getHostIp()
Get 服务器IP
|
String |
getHostName()
Get 服务器名称
|
String |
getId()
Get 唯一ID
|
String |
getMachineOs()
Get 服务器系统
|
Long |
getProgress()
Get 过渡进度
|
Long |
getProtectStatus()
Get 防护状态
|
Long |
getProtectSwitch()
Get 防护开关
|
String |
getQuuid()
Get 服务器唯一ID
|
Long |
getRelateDirNum()
Get 关联目录数
|
void |
setAuthorization(Boolean Authorization)
Set 是否已经授权
|
void |
setAutoRestoreSwitchStatus(Long AutoRestoreSwitchStatus)
Set 自动恢复开关
|
void |
setException(Long Exception)
Set 异常状态
|
void |
setExceptionMessage(String ExceptionMessage)
Set 异常信息
|
void |
setHostIp(String HostIp)
Set 服务器IP
|
void |
setHostName(String HostName)
Set 服务器名称
|
void |
setId(String Id)
Set 唯一ID
|
void |
setMachineOs(String MachineOs)
Set 服务器系统
|
void |
setProgress(Long Progress)
Set 过渡进度
|
void |
setProtectStatus(Long ProtectStatus)
Set 防护状态
|
void |
setProtectSwitch(Long ProtectSwitch)
Set 防护开关
|
void |
setQuuid(String Quuid)
Set 服务器唯一ID
|
void |
setRelateDirNum(Long RelateDirNum)
Set 关联目录数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ProtectDirRelatedServer()
public ProtectDirRelatedServer(ProtectDirRelatedServer source)
public String getId()
public void setId(String Id)
Id
- 唯一IDpublic String getHostName()
public void setHostName(String HostName)
HostName
- 服务器名称public String getHostIp()
public void setHostIp(String HostIp)
HostIp
- 服务器IPpublic String getMachineOs()
public void setMachineOs(String MachineOs)
MachineOs
- 服务器系统public Long getRelateDirNum()
public void setRelateDirNum(Long RelateDirNum)
RelateDirNum
- 关联目录数public Long getProtectStatus()
public void setProtectStatus(Long ProtectStatus)
ProtectStatus
- 防护状态public Long getProtectSwitch()
public void setProtectSwitch(Long ProtectSwitch)
ProtectSwitch
- 防护开关public Long getAutoRestoreSwitchStatus()
public void setAutoRestoreSwitchStatus(Long AutoRestoreSwitchStatus)
AutoRestoreSwitchStatus
- 自动恢复开关public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 服务器唯一IDpublic Boolean getAuthorization()
public void setAuthorization(Boolean Authorization)
Authorization
- 是否已经授权public Long getException()
public void setException(Long Exception)
Exception
- 异常状态public Long getProgress()
public void setProgress(Long Progress)
Progress
- 过渡进度public String getExceptionMessage()
public void setExceptionMessage(String ExceptionMessage)
ExceptionMessage
- 异常信息Copyright © 2022. All rights reserved.