public class FileSystem extends ReferenceableProperties
additionalProperties, classifications, extendedProperties, meanings, qualifiedName, typeName| Constructor and Description |
|---|
FileSystem()
Default constructor
|
FileSystem(FileSystem template)
Copy/clone constructor.
|
FileSystem(SoftwareServerCapability 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 |
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
|
getAdditionalProperties, getClassifications, getExtendedProperties, getMeanings, getQualifiedName, getTypeName, setAdditionalProperties, setClassifications, setExtendedProperties, setMeanings, setQualifiedName, setTypeNamepublic FileSystem()
public FileSystem(FileSystem template)
template - object to copypublic FileSystem(SoftwareServerCapability template)
template - object to copypublic String getFileSystemType()
public void setFileSystemType(String type)
type - string namepublic String getVersion()
public void setVersion(String version)
version - string version identifierpublic String getPatchLevel()
public void setPatchLevel(String patchLevel)
patchLevel - string version identifierpublic String getSource()
public void setSource(String source)
source - 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 ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2020 ODPi. All rights reserved.