@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-09-07T10:41:28.432+08:00") public class CreateClusterRequest extends Object
Constructor and Description |
---|
CreateClusterRequest() |
Modifier and Type | Method and Description |
---|---|
CreateClusterRequest |
clusterName(String clusterName) |
CreateClusterRequest |
cuCount(Integer cuCount) |
CreateClusterRequest |
description(String description) |
boolean |
equals(Object o) |
String |
getClusterName()
Get clusterName
|
Integer |
getCuCount()
Get cuCount
|
String |
getDescription()
Get description
|
int |
hashCode() |
void |
setClusterName(String clusterName) |
void |
setCuCount(Integer cuCount) |
void |
setDescription(String description) |
String |
toString() |
public CreateClusterRequest clusterName(String clusterName)
public String getClusterName()
public void setClusterName(String clusterName)
public CreateClusterRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CreateClusterRequest cuCount(Integer cuCount)
public Integer getCuCount()
public void setCuCount(Integer cuCount)
Copyright © 2023. All rights reserved.