Class FileSystemProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.SupplementaryProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.SoftwareCapabilityProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.FileSystemProperties
FileSystemProperties describes the root node of a file system.
-
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.frameworks.openmetadata.properties.softwarecapabilities.SoftwareCapabilityProperties
getDeployedImplementationType, getPatchLevel, getResourceDescription, getResourceName, getSource, getVersion, setDeployedImplementationType, setPatchLevel, setResourceDescription, setResourceName, setSource, setVersionMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.SupplementaryProperties
getAbbreviation, getDisplayDescription, getDisplayName, getDisplaySummary, getUsage, setAbbreviation, setDisplayDescription, setDisplayName, setDisplaySummary, setUsageMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorPropertiesMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, 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
-