All Implemented Interfaces:
Serializable

public class PathNameRequestBody extends MetadataSourceRequestBody
PathNameRequestBody carries the parameters for creating a new FileFolder asset.
See Also:
  • Constructor Details

    • PathNameRequestBody

      public PathNameRequestBody()
      Default constructor
    • PathNameRequestBody

      public PathNameRequestBody(PathNameRequestBody template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getFullPath

      public String getFullPath()
      Return the full path of the file - this should be unique.
      Returns:
      string name
    • setFullPath

      public void setFullPath(String fullPath)
      Set up the full path of the file - this should be unique.
      Parameters:
      fullPath - string name
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class MetadataSourceRequestBody
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class MetadataSourceRequestBody
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class MetadataSourceRequestBody
      Returns:
      int hash code