@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class SecurityGroupUpdateParams extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_LABEL_GROUPS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_VMS |
| 构造器和说明 |
|---|
SecurityGroupUpdateParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
SecurityGroupUpdateParams |
addLabelGroupsItem(LabelWhereInput labelGroupsItem) |
SecurityGroupUpdateParams |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
List<LabelWhereInput> |
getLabelGroups()
Get labelGroups
|
String |
getName()
Get name
|
VmWhereInput |
getVms()
Get vms
|
int |
hashCode() |
SecurityGroupUpdateParams |
labelGroups(List<LabelWhereInput> labelGroups) |
SecurityGroupUpdateParams |
name(String name) |
void |
setDescription(String description) |
void |
setLabelGroups(List<LabelWhereInput> labelGroups) |
void |
setName(String name) |
void |
setVms(VmWhereInput vms) |
String |
toString() |
SecurityGroupUpdateParams |
vms(VmWhereInput vms) |
public SecurityGroupUpdateParams labelGroups(List<LabelWhereInput> labelGroups)
public SecurityGroupUpdateParams addLabelGroupsItem(LabelWhereInput labelGroupsItem)
@Nullable public List<LabelWhereInput> getLabelGroups()
public void setLabelGroups(List<LabelWhereInput> labelGroups)
public SecurityGroupUpdateParams vms(VmWhereInput vms)
@Nullable public VmWhereInput getVms()
public void setVms(VmWhereInput vms)
public SecurityGroupUpdateParams description(String description)
public void setDescription(String description)
public SecurityGroupUpdateParams name(String name)
public void setName(String name)
Copyright © 2025. All rights reserved.