Class FileSystemProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
org.odpi.openmetadata.accessservices.assetowner.properties.FileSystemProperties
- All Implemented Interfaces:
Serializable
FileSystemProperties describes the root node of a file system.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorFileSystemProperties(FileSystemProperties template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the type of encryption used on the file system (or null is unencrypted).Return the format of the file system.inthashCode()Return hash code for this objectvoidsetEncryption(String encryption) Set up the type of encryption used on the file system (or null is unencrypted).voidSet up the format of the file system.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SoftwareCapabilityProperties
getDescription, getDisplayName, getPatchLevel, getSource, getTypeDescription, getVersion, setDescription, setDisplayName, setPatchLevel, setSource, setTypeDescription, setVersionMethods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName
-
Constructor Details
-
FileSystemProperties
public FileSystemProperties()Default constructor -
FileSystemProperties
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getFormat
Return the format of the file system.- Returns:
- string name
-
setFormat
Set up the format of the file system.- Parameters:
format- string name
-
getEncryption
Return the type of encryption used on the file system (or null is unencrypted).- Returns:
- encryption type
-
setEncryption
Set up the type of encryption used on the file system (or null is unencrypted).- Parameters:
encryption- encryption type
-
toString
JSON-style toString- Overrides:
toStringin classSoftwareCapabilityProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classSoftwareCapabilityProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classSoftwareCapabilityProperties- Returns:
- int hash code
-