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