Class StreamStatusResource
java.lang.Object
org.springframework.hateoas.RepresentationModel<StreamStatusResource>
org.springframework.cloud.dataflow.rest.resource.StreamStatusResource
public class StreamStatusResource
extends org.springframework.hateoas.RepresentationModel<StreamStatusResource>
- Author:
- Christian Tzolov
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.hateoas.CollectionModel<AppStatusResource>
getName()
void
setApplications
(org.springframework.hateoas.CollectionModel<AppStatusResource> applications) 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
-
Field Details
-
NO_APPS
- See Also:
-
-
Constructor Details
-
StreamStatusResource
public StreamStatusResource()
-
-
Method Details
-
getName
-
setName
-
getVersion
-
getApplications
-
setApplications
public void setApplications(org.springframework.hateoas.CollectionModel<AppStatusResource> applications)
-