@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class EntityFilterCreationParams extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_APPLY_TO_ALL_CLUSTERS |
static String |
SERIALIZED_NAME_CLUSTERS |
static String |
SERIALIZED_NAME_EXCLUDE_VMS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_RULES |
| 构造器和说明 |
|---|
EntityFilterCreationParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
EntityFilterCreationParams |
addRulesItem(FilterRuleInput rulesItem) |
EntityFilterCreationParams |
applyToAllClusters(Boolean applyToAllClusters) |
EntityFilterCreationParams |
clusters(ClusterWhereInput clusters) |
boolean |
equals(Object o) |
EntityFilterCreationParams |
excludeVms(VmWhereInput excludeVms) |
Boolean |
getApplyToAllClusters()
Get applyToAllClusters
|
ClusterWhereInput |
getClusters()
Get clusters
|
VmWhereInput |
getExcludeVms()
Get excludeVms
|
String |
getName()
Get name
|
List<FilterRuleInput> |
getRules()
Get rules
|
int |
hashCode() |
EntityFilterCreationParams |
name(String name) |
EntityFilterCreationParams |
rules(List<FilterRuleInput> rules) |
void |
setApplyToAllClusters(Boolean applyToAllClusters) |
void |
setClusters(ClusterWhereInput clusters) |
void |
setExcludeVms(VmWhereInput excludeVms) |
void |
setName(String name) |
void |
setRules(List<FilterRuleInput> rules) |
String |
toString() |
public static final String SERIALIZED_NAME_APPLY_TO_ALL_CLUSTERS
public EntityFilterCreationParams excludeVms(VmWhereInput excludeVms)
@Nullable public VmWhereInput getExcludeVms()
public void setExcludeVms(VmWhereInput excludeVms)
public EntityFilterCreationParams clusters(ClusterWhereInput clusters)
@Nullable public ClusterWhereInput getClusters()
public void setClusters(ClusterWhereInput clusters)
public EntityFilterCreationParams applyToAllClusters(Boolean applyToAllClusters)
@Nullable public Boolean getApplyToAllClusters()
public void setApplyToAllClusters(Boolean applyToAllClusters)
public EntityFilterCreationParams rules(List<FilterRuleInput> rules)
public EntityFilterCreationParams addRulesItem(FilterRuleInput rulesItem)
@Nonnull public List<FilterRuleInput> getRules()
public void setRules(List<FilterRuleInput> rules)
public EntityFilterCreationParams name(String name)
public void setName(String name)
Copyright © 2025. All rights reserved.