public class ListAllowRuleRequest extends Object
| Constructor and Description |
|---|
ListAllowRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAllowRuleRequest |
clientIP(String clientIP) |
boolean |
equals(Object o) |
String |
getClientIP()
Get clientIP
|
Integer |
getGroupID()
Get groupID
|
@NotNull String |
getHost()
Get host
|
String |
getProjectName()
Get projectName
|
String |
getUrl()
Get url
|
ListAllowRuleRequest |
groupID(Integer groupID) |
int |
hashCode() |
ListAllowRuleRequest |
host(String host) |
ListAllowRuleRequest |
projectName(String projectName) |
void |
setClientIP(String clientIP) |
void |
setGroupID(Integer groupID) |
void |
setHost(String host) |
void |
setProjectName(String projectName) |
void |
setUrl(String url) |
String |
toString() |
ListAllowRuleRequest |
url(String url) |
public ListAllowRuleRequest clientIP(String clientIP)
public String getClientIP()
public void setClientIP(String clientIP)
public ListAllowRuleRequest groupID(Integer groupID)
public Integer getGroupID()
public void setGroupID(Integer groupID)
public ListAllowRuleRequest host(String host)
@NotNull public @NotNull String getHost()
public void setHost(String host)
public ListAllowRuleRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
public ListAllowRuleRequest url(String url)
public String getUrl()
public void setUrl(String url)
Copyright © 2025. All rights reserved.