Class Joborder

java.lang.Object
de.dlr.proseo.storagemgr.rest.model.Joborder
All Implemented Interfaces:
Serializable

public class Joborder extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • Joborder

      public Joborder()
      Creates a new Joborder.
    • Joborder

      public Joborder(String bucket, String prefix)
      Creates a new Joborder.
  • Method Details

    • getBucket

      @NotNull public String getBucket()
      Returns the bucket.
      Returns:
      bucket
    • setBucket

      public void setBucket(String bucket)
      Set the bucket.
      Parameters:
      bucket - the new bucket
    • getPrefix

      @NotNull public String getPrefix()
      Returns the prefix.
      Returns:
      prefix
    • setPrefix

      public void setPrefix(String prefix)
      Set the prefix.
      Parameters:
      prefix - the new prefix
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object