public class ResourceSpecForDescribeInstanceNodesOutput extends Object
| Constructor and Description |
|---|
ResourceSpecForDescribeInstanceNodesOutput() |
| Modifier and Type | Method and Description |
|---|---|
ResourceSpecForDescribeInstanceNodesOutput |
CPU(Integer CPU) |
ResourceSpecForDescribeInstanceNodesOutput |
description(String description) |
ResourceSpecForDescribeInstanceNodesOutput |
displayName(String displayName) |
boolean |
equals(Object o) |
Integer |
getCPU()
Get CPU
|
String |
getDescription()
Get description
|
String |
getDisplayName()
Get displayName
|
Integer |
getMemory()
Get memory
|
int |
hashCode() |
ResourceSpecForDescribeInstanceNodesOutput |
memory(Integer memory) |
void |
setCPU(Integer CPU) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setMemory(Integer memory) |
String |
toString() |
public ResourceSpecForDescribeInstanceNodesOutput()
public ResourceSpecForDescribeInstanceNodesOutput CPU(Integer CPU)
public Integer getCPU()
public void setCPU(Integer CPU)
public ResourceSpecForDescribeInstanceNodesOutput description(String description)
public String getDescription()
public void setDescription(String description)
public ResourceSpecForDescribeInstanceNodesOutput displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ResourceSpecForDescribeInstanceNodesOutput memory(Integer memory)
public Integer getMemory()
public void setMemory(Integer memory)
Copyright © 2026. All rights reserved.