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
FileSystemProperties describes the root node of a file system.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorFileSystemProperties
(FileSystemProperties template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return 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.int
hashCode()
Return hash code for this objectvoid
setEncryption
(String encryption) Set up the type of encryption used on the file system (or null is unencrypted).void
Set 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, setVersion
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, 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:
toString
in classSoftwareCapabilityProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classSoftwareCapabilityProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classSoftwareCapabilityProperties
- Returns:
- int hash code
-