public class DeleteProhibitionWhiteRequest extends Object
| Constructor and Description |
|---|
DeleteProhibitionWhiteRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteProhibitionWhiteRequest |
addIpListItem(String ipListItem) |
boolean |
equals(Object o) |
@NotNull String |
getHost()
Get host
|
List<String> |
getIpList()
Get ipList
|
String |
getProjectName()
Get projectName
|
int |
hashCode() |
DeleteProhibitionWhiteRequest |
host(String host) |
DeleteProhibitionWhiteRequest |
ipList(List<String> ipList) |
DeleteProhibitionWhiteRequest |
projectName(String projectName) |
void |
setHost(String host) |
void |
setIpList(List<String> ipList) |
void |
setProjectName(String projectName) |
String |
toString() |
public DeleteProhibitionWhiteRequest host(String host)
@NotNull public @NotNull String getHost()
public void setHost(String host)
public DeleteProhibitionWhiteRequest ipList(List<String> ipList)
public DeleteProhibitionWhiteRequest addIpListItem(String ipListItem)
public DeleteProhibitionWhiteRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
Copyright © 2025. All rights reserved.