public class FileSystemProperties extends SoftwareServerCapabilityProperties
| Constructor and Description |
|---|
FileSystemProperties()
Default constructor
|
FileSystemProperties(FileSystemProperties template)
Copy/clone constructor.
|
| 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 |
getFileSystemType()
Return the type of the file system.
|
String |
getFormat()
Return the format of the file system.
|
String |
getPatchLevel()
Return the patch level of the file system.
|
String |
getSource()
Return the source of the file system.
|
String |
getVersion()
Return the version number 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 |
setFileSystemType(String type)
Set up the type of the file system.
|
void |
setFormat(String format)
Set up the format of the file system.
|
void |
setPatchLevel(String patchLevel)
Set up the patch level of the file system.
|
void |
setSource(String source)
Set up the source of the file system.
|
void |
setVersion(String version)
Set up the version number of the file system.
|
String |
toString()
JSON-style toString
|
getDescription, getDisplayName, getTypeDescription, setDescription, setDisplayName, setTypeDescriptiongetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic FileSystemProperties()
public FileSystemProperties(FileSystemProperties template)
template - object to copypublic String getFileSystemType()
public void setFileSystemType(String type)
type - string namepublic String getVersion()
getVersion in class SoftwareServerCapabilityPropertiespublic void setVersion(String version)
setVersion in class SoftwareServerCapabilityPropertiesversion - string version identifierpublic String getPatchLevel()
getPatchLevel in class SoftwareServerCapabilityPropertiespublic void setPatchLevel(String patchLevel)
setPatchLevel in class SoftwareServerCapabilityPropertiespatchLevel - string version identifierpublic String getSource()
getSource in class SoftwareServerCapabilityPropertiespublic void setSource(String source)
setSource in class SoftwareServerCapabilityPropertiessource - string namepublic 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 SoftwareServerCapabilityPropertiespublic boolean equals(Object objectToCompare)
equals in class SoftwareServerCapabilityPropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class SoftwareServerCapabilityPropertiesCopyright © 2018–2020 ODPi. All rights reserved.