Class Output

java.lang.Object
dev.restate.sdk.core.manifest.Output

@Generated("jsonschema2pojo") public class Output extends Object
OutputPayload

Description of an output payload.

  • Constructor Details Link icon

    • Output Link icon

      public Output()
  • Method Details Link icon

    • getContentType Link icon

      public String getContentType()
      Content type set on output. This will be used by Restate to set the output content type at the ingress.
    • setContentType Link icon

      public void setContentType(String contentType)
      Content type set on output. This will be used by Restate to set the output content type at the ingress.
    • withContentType Link icon

      public Output withContentType(String contentType)
    • getSetContentTypeIfEmpty Link icon

      public Boolean getSetContentTypeIfEmpty()
      If true, the specified content-type is set even if the output is empty.
    • setSetContentTypeIfEmpty Link icon

      public void setSetContentTypeIfEmpty(Boolean setContentTypeIfEmpty)
      If true, the specified content-type is set even if the output is empty.
    • withSetContentTypeIfEmpty Link icon

      public Output withSetContentTypeIfEmpty(Boolean setContentTypeIfEmpty)
    • getJsonSchema Link icon

      public Object getJsonSchema()
    • setJsonSchema Link icon

      public void setJsonSchema(Object jsonSchema)
    • withJsonSchema Link icon

      public Output withJsonSchema(Object jsonSchema)
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object other)
      Overrides:
      equals in class Object