Class PathNameRequestBody

    • Constructor Detail

      • PathNameRequestBody

        public PathNameRequestBody()
        Default constructor
      • PathNameRequestBody

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

      • 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
      • 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