Class AppInstanceStatusResource
java.lang.Object
org.springframework.hateoas.RepresentationModel<AppInstanceStatusResource>
org.springframework.cloud.dataflow.rest.resource.AppInstanceStatusResource
public class AppInstanceStatusResource
extends org.springframework.hateoas.RepresentationModel<AppInstanceStatusResource>
REST representation for an AppInstanceStatus.
- Author:
- Eric Bottard, Mark Fisher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGuid()
getState()
void
setAttributes
(Map<String, String> attributes) void
setInstanceId
(String instanceId) 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
-
AppInstanceStatusResource
-
-
Method Details
-
getInstanceId
-
setInstanceId
-
getState
-
setState
-
getGuid
-
getAttributes
-
setAttributes
-