public class DeleteCCRuleRequest extends Object
| Constructor and Description |
|---|
DeleteCCRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull String |
getHost()
Get host
|
@NotNull Integer |
getID()
Get ID
|
String |
getProjectName()
Get projectName
|
int |
hashCode() |
DeleteCCRuleRequest |
host(String host) |
DeleteCCRuleRequest |
ID(Integer ID) |
DeleteCCRuleRequest |
projectName(String projectName) |
void |
setHost(String host) |
void |
setID(Integer ID) |
void |
setProjectName(String projectName) |
String |
toString() |
public DeleteCCRuleRequest host(String host)
@NotNull public @NotNull String getHost()
public void setHost(String host)
public DeleteCCRuleRequest ID(Integer ID)
@NotNull public @NotNull Integer getID()
public void setID(Integer ID)
public DeleteCCRuleRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
Copyright © 2025. All rights reserved.