public class FileSystemProperties extends SoftwareServerCapabilitiesProperties
| Constructor and Description |
|---|
FileSystemProperties()
Default constructor
|
FileSystemProperties(FileSystemProperties template)
Copy/clone constructor.
|
FileSystemProperties(SoftwareServerCapabilitiesProperties template)
Copy/clone constructor from OCF bean.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getEncryption()
Return the type of encryption used on the file system (or null is unencrypted).
|
String |
getFormat()
Return the format of the file system.
|
int |
hashCode()
Return hash code for this object
|
void |
setEncryption(String encryption)
Set up the type of encryption used on the file system (or null is unencrypted).
|
void |
setFormat(String format)
Set up the format of the file system.
|
String |
toString()
JSON-style toString
|
getDescription, getDisplayName, getPatchLevel, getSource, getTypeDescription, getVersion, setDescription, setDisplayName, setPatchLevel, setSource, setTypeDescription, setVersiongetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic FileSystemProperties()
public FileSystemProperties(FileSystemProperties template)
template - object to copypublic FileSystemProperties(SoftwareServerCapabilitiesProperties template)
template - object to copypublic String getFormat()
public void setFormat(String format)
format - string namepublic String getEncryption()
public void setEncryption(String encryption)
encryption - encryption typepublic String toString()
toString in class SoftwareServerCapabilitiesPropertiespublic boolean equals(Object objectToCompare)
equals in class SoftwareServerCapabilitiesPropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class SoftwareServerCapabilitiesPropertiesCopyright © 2018–2020 ODPi. All rights reserved.