Class LaunchResponseResource

java.lang.Object
org.springframework.hateoas.RepresentationModel<LaunchResponseResource>
org.springframework.cloud.dataflow.rest.resource.LaunchResponseResource

public class LaunchResponseResource extends org.springframework.hateoas.RepresentationModel<LaunchResponseResource>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    LaunchResponseResource(long executionId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    setExecutionId(long executionId)
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LaunchResponseResource

      public LaunchResponseResource()
    • LaunchResponseResource

      public LaunchResponseResource(long executionId)
  • Method Details

    • getExecutionId

      public long getExecutionId()
    • setExecutionId

      public void setExecutionId(long executionId)