Class ApplicationMetadata
java.lang.Object
com.netflix.genie.common.internal.dtos.CommonMetadata
com.netflix.genie.common.internal.dtos.ApplicationMetadata
- All Implemented Interfaces:
Serializable
Metadata supplied by a user for an Application resource.
- Since:
- 4.0.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder to create application user metadata instances. -
Method Summary
Methods inherited from class com.netflix.genie.common.internal.dtos.CommonMetadata
getDescription, getMetadata, getTags
-
Method Details
-
getType
Get the type of this application.- Returns:
- The type wrapped in an
Optional
-