public class ComputeType extends Object implements Serializable, Cloneable
Contains information about the compute type of a WorkSpace bundle.
Constructor and Description |
---|
ComputeType() |
Modifier and Type | Method and Description |
---|---|
ComputeType |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the compute type for the bundle.
|
int |
hashCode() |
void |
setName(Compute name)
The name of the compute type for the bundle.
|
void |
setName(String name)
The name of the compute type for the bundle.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ComputeType |
withName(Compute name)
The name of the compute type for the bundle.
|
ComputeType |
withName(String name)
The name of the compute type for the bundle.
|
public void setName(String name)
The name of the compute type for the bundle.
name
- The name of the compute type for the bundle.Compute
public String getName()
The name of the compute type for the bundle.
Compute
public ComputeType withName(String name)
The name of the compute type for the bundle.
name
- The name of the compute type for the bundle.Compute
public void setName(Compute name)
The name of the compute type for the bundle.
name
- The name of the compute type for the bundle.Compute
public ComputeType withName(Compute name)
The name of the compute type for the bundle.
name
- The name of the compute type for the bundle.Compute
public String toString()
toString
in class Object
Object.toString()
public ComputeType clone()
Copyright © 2018. All rights reserved.