Class ExternalStorageLocation

java.lang.Object
com.netflix.conductor.common.run.ExternalStorageLocation

public class ExternalStorageLocation extends Object
Describes the location where the JSON payload is stored in external storage.

The location is described using the following fields:

  • uri: The uri of the json file in external storage.
  • path: The relative path of the file in external storage.
  • Constructor Details

    • ExternalStorageLocation

      public ExternalStorageLocation()
  • Method Details

    • getUri

      public String getUri()
    • setUri

      public void setUri(String uri)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • toString

      public String toString()
      Overrides:
      toString in class Object