Class ApplicationRequest
java.lang.Object
com.netflix.genie.common.internal.dtos.ApplicationRequest
- All Implemented Interfaces:
CommonRequest,Serializable
Fields representing all the values users can set when creating a new Application resource.
- Since:
- 4.0.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for a V4 Application 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, waitMethods 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:
getRequestedIdin interfaceCommonRequest- Returns:
- The ID wrapped in an
Optional
-