Class NewFileSystemRequestBody

    • Constructor Detail

      • NewFileSystemRequestBody

        public NewFileSystemRequestBody()
        Default constructor
      • NewFileSystemRequestBody

        public NewFileSystemRequestBody​(NewFileSystemRequestBody 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
      • getUniqueName

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

        public void setUniqueName​(String uniqueName)
        Set up the full path of the file - this should be unique.
        Parameters:
        uniqueName - string name
      • getFileSystemType

        public String getFileSystemType()
        Return the type of the file system.
        Returns:
        string name
      • setFileSystemType

        public void setFileSystemType​(String type)
        Set up the type of the file system.
        Parameters:
        type - stirng name
      • getVersion

        public String getVersion()
        Return the version number of the file system.
        Returns:
        string version identifier
      • setVersion

        public void setVersion​(String version)
        Set up the version number of the file system.
        Parameters:
        version - string version identifier
      • getPatchLevel

        public String getPatchLevel()
        Return the patch level of the file system.
        Returns:
        string version identifier
      • setPatchLevel

        public void setPatchLevel​(String patchLevel)
        Set up the patch level of the file system.
        Parameters:
        patchLevel - string version identifier
      • getSource

        public String getSource()
        Return the source of the file system.
        Returns:
        string name
      • setSource

        public void setSource​(String source)
        Set up the source of the file system.
        Parameters:
        source - string name
      • getFormat

        public String getFormat()
        Return the format of the file system.
        Returns:
        string name
      • setFormat

        public void setFormat​(String format)
        Set up the format of the file system.
        Parameters:
        format - string name
      • getEncryption

        public String getEncryption()
        Return the type of encryption used on the file system (or null is unencrypted).
        Returns:
        encryption type
      • setEncryption

        public void setEncryption​(String encryption)
        Set up the type of encryption used on the file system (or null is unencrypted).
        Parameters:
        encryption - encryption type
      • getAdditionalProperties

        public Map<String,​String> getAdditionalProperties()
        Return a copy of the additional properties. Null means no additional properties are available.
        Returns:
        AdditionalProperties
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​String> additionalProperties)
        Set up additional properties.
        Parameters:
        additionalProperties - Additional properties object
      • 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