Class ApplicationMetadata
- java.lang.Object
-
- com.netflix.genie.common.external.dtos.v4.CommonMetadata
-
- com.netflix.genie.common.external.dtos.v4.ApplicationMetadata
-
- All Implemented Interfaces:
java.io.Serializable
public class ApplicationMetadata extends CommonMetadata
Metadata supplied by a user for an Application resource.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApplicationMetadata.Builder
A builder to create application user metadata instances.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getType()
Get the type of this application.-
Methods inherited from class com.netflix.genie.common.external.dtos.v4.CommonMetadata
getDescription, getMetadata, getTags
-
-