Class ClusterRequest
java.lang.Object
com.netflix.genie.common.internal.dtos.ClusterRequest
- All Implemented Interfaces:
CommonRequest
,Serializable
Fields representing all the values users can set when creating a new Cluster resource.
- Since:
- 4.0.0
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder for a V4 Cluster Request. -
Method Summary
Modifier and TypeMethodDescriptionGet the ID the user has requested for this resource if one was added.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.netflix.genie.common.internal.dtos.CommonRequest
getResources
-
Method Details
-
getRequestedId
Get the ID the user has requested for this resource if one was added.- Specified by:
getRequestedId
in interfaceCommonRequest
- Returns:
- The ID wrapped in an
Optional
-