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 String getName()
Constraints:
Allowed Values: VALUE, STANDARD, PERFORMANCE
Computepublic void setName(String name)
Constraints:
Allowed Values: VALUE, STANDARD, PERFORMANCE
name - The name of the compute type for the bundle.Computepublic ComputeType withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: VALUE, STANDARD, PERFORMANCE
name - The name of the compute type for the bundle.Computepublic void setName(Compute name)
Constraints:
Allowed Values: VALUE, STANDARD, PERFORMANCE
name - The name of the compute type for the bundle.Computepublic ComputeType withName(Compute name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: VALUE, STANDARD, PERFORMANCE
name - The name of the compute type for the bundle.Computepublic String toString()
toString in class ObjectObject.toString()public ComputeType clone()
Copyright © 2015. All rights reserved.