public class DeleteHostRequest extends Object
| Constructor and Description |
|---|
DeleteHostRequest(String hostGroupId,
String ip) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CheckValidation() |
String |
getHostGroupId() |
String |
getIp() |
void |
setHostGroupId(String hostGroupId) |
void |
setIp(String ip) |
public String getHostGroupId()
public void setHostGroupId(String hostGroupId)
hostGroupId - 机器组的 IDpublic String getIp()
public void setIp(String ip)
ip - 机器的 IPpublic boolean CheckValidation()
Copyright © 2025. All rights reserved.