public class CreateMountServiceRequest extends Object
| Constructor and Description |
|---|
CreateMountServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull String |
getMountServiceName()
Get mountServiceName
|
@NotNull String |
getNodeType()
Get nodeType
|
String |
getProject()
Get project
|
@NotNull String |
getSubnetId()
Get subnetId
|
@NotNull String |
getVpcId()
Get vpcId
|
@NotNull String |
getZoneId()
Get zoneId
|
int |
hashCode() |
CreateMountServiceRequest |
mountServiceName(String mountServiceName) |
CreateMountServiceRequest |
nodeType(String nodeType) |
CreateMountServiceRequest |
project(String project) |
void |
setMountServiceName(String mountServiceName) |
void |
setNodeType(String nodeType) |
void |
setProject(String project) |
void |
setSubnetId(String subnetId) |
void |
setVpcId(String vpcId) |
void |
setZoneId(String zoneId) |
CreateMountServiceRequest |
subnetId(String subnetId) |
String |
toString() |
CreateMountServiceRequest |
vpcId(String vpcId) |
CreateMountServiceRequest |
zoneId(String zoneId) |
public CreateMountServiceRequest mountServiceName(String mountServiceName)
@NotNull public @NotNull String getMountServiceName()
public void setMountServiceName(String mountServiceName)
public CreateMountServiceRequest nodeType(String nodeType)
@NotNull public @NotNull String getNodeType()
public void setNodeType(String nodeType)
public CreateMountServiceRequest project(String project)
public String getProject()
public void setProject(String project)
public CreateMountServiceRequest subnetId(String subnetId)
@NotNull public @NotNull String getSubnetId()
public void setSubnetId(String subnetId)
public CreateMountServiceRequest vpcId(String vpcId)
@NotNull public @NotNull String getVpcId()
public void setVpcId(String vpcId)
public CreateMountServiceRequest zoneId(String zoneId)
@NotNull public @NotNull String getZoneId()
public void setZoneId(String zoneId)
Copyright © 2026. All rights reserved.