public class UpdateAreaBlockRuleRequest extends Object
| Constructor and Description |
|---|
UpdateAreaBlockRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAreaBlockRuleRequest |
action(String action) |
UpdateAreaBlockRuleRequest |
addCountryItem(String countryItem) |
UpdateAreaBlockRuleRequest |
addSubRegionItem(String subRegionItem) |
UpdateAreaBlockRuleRequest |
country(List<String> country) |
boolean |
equals(Object o) |
@NotNull String |
getAction()
Get action
|
List<String> |
getCountry()
Get country
|
@NotNull String |
getHost()
Get host
|
String |
getProjectName()
Get projectName
|
List<String> |
getSubRegion()
Get subRegion
|
int |
hashCode() |
UpdateAreaBlockRuleRequest |
host(String host) |
UpdateAreaBlockRuleRequest |
projectName(String projectName) |
void |
setAction(String action) |
void |
setCountry(List<String> country) |
void |
setHost(String host) |
void |
setProjectName(String projectName) |
void |
setSubRegion(List<String> subRegion) |
UpdateAreaBlockRuleRequest |
subRegion(List<String> subRegion) |
String |
toString() |
public UpdateAreaBlockRuleRequest action(String action)
@NotNull public @NotNull String getAction()
public void setAction(String action)
public UpdateAreaBlockRuleRequest country(List<String> country)
public UpdateAreaBlockRuleRequest addCountryItem(String countryItem)
public UpdateAreaBlockRuleRequest host(String host)
@NotNull public @NotNull String getHost()
public void setHost(String host)
public UpdateAreaBlockRuleRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
public UpdateAreaBlockRuleRequest subRegion(List<String> subRegion)
public UpdateAreaBlockRuleRequest addSubRegionItem(String subRegionItem)
Copyright © 2025. All rights reserved.