Class NewFileAssetRequestBody

    • Constructor Detail

      • NewFileAssetRequestBody

        public NewFileAssetRequestBody()
        Default constructor
      • NewFileAssetRequestBody

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

      • getDisplayName

        public String getDisplayName()
        Return the display name of the file
        Returns:
        string name
      • setDisplayName

        public void setDisplayName​(String displayName)
        Set up the display name of the file.
        Parameters:
        displayName - string name
      • getDescription

        public String getDescription()
        Return the description of the file.
        Returns:
        string description
      • setDescription

        public void setDescription​(String description)
        Set up the description of the file.
        Parameters:
        description - string description
      • 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 Object
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison
      • hashCode

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