Class AbstractDefinitionAppStatusResource<T extends org.springframework.hateoas.RepresentationModel<? extends T>>
java.lang.Object
org.springframework.hateoas.RepresentationModel<T>
org.springframework.cloud.dataflow.rest.resource.AbstractDefinitionAppStatusResource<T>
- Direct Known Subclasses:
StreamAppStatusResource
,TaskAppStatusResource
public abstract class AbstractDefinitionAppStatusResource<T extends org.springframework.hateoas.RepresentationModel<? extends T>>
extends org.springframework.hateoas.RepresentationModel<T>
Resource representing the status of an app in a definition.
- Author:
- Glenn Renfro
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDsl()
void
setAppName
(String appName) void
setAppStatuses
(Map<String, String> appStatuses) void
setDescription
(String description) void
Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
AbstractDefinitionAppStatusResource
protected AbstractDefinitionAppStatusResource() -
AbstractDefinitionAppStatusResource
-
-
Method Details
-
getDescription
-
setDescription
-
getAppName
-
setAppName
-
getDsl
-
setDsl
-
getAppStatuses
-
setAppStatuses
-