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