Class NewFileSystemRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.NewFileSystemRequestBody
NewFileSystemProperties describes the root node of a file system.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return a copy of the additional properties.Return the description of the file.Return the display name of the fileReturn the type of encryption used on the file system (or null is unencrypted).Return the type of the file system.Return the format of the file system.Return the patch level of the file system.Return the source of the file system.Return the full path of the file - this should be unique.Return the version number of the file system.int
hashCode()
Return hash code for this objectvoid
setAdditionalProperties
(Map<String, String> additionalProperties) Set up additional properties.void
setDescription
(String description) Set up the description of the file.void
setDisplayName
(String displayName) Set up the display name of the file.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
Set up the format of the file system.void
setPatchLevel
(String patchLevel) Set up the patch level of the file system.void
Set up the source of the file system.void
setUniqueName
(String uniqueName) Set up the full path of the file - this should be unique.void
setVersion
(String version) Set up the version number of the file system.toString()
JSON-style toString
-
Constructor Details
-
NewFileSystemRequestBody
public NewFileSystemRequestBody()Default constructor -
NewFileSystemRequestBody
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getDisplayName
Return the display name of the file- Returns:
- string name
-
setDisplayName
Set up the display name of the file.- Parameters:
displayName
- string name
-
getDescription
Return the description of the file.- Returns:
- string description
-
setDescription
Set up the description of the file.- Parameters:
description
- string description
-
getUniqueName
Return the full path of the file - this should be unique.- Returns:
- string name
-
setUniqueName
Set up the full path of the file - this should be unique.- Parameters:
uniqueName
- string name
-
getFileSystemType
Return the type of the file system.- Returns:
- string name
-
setFileSystemType
Set up the type of the file system.- Parameters:
type
- stirng name
-
getVersion
Return the version number of the file system.- Returns:
- string version identifier
-
setVersion
Set up the version number of the file system.- Parameters:
version
- string version identifier
-
getPatchLevel
Return the patch level of the file system.- Returns:
- string version identifier
-
setPatchLevel
Set up the patch level of the file system.- Parameters:
patchLevel
- string version identifier
-
getSource
Return the source of the file system.- Returns:
- string name
-
setSource
Set up the source of the file system.- Parameters:
source
- string name
-
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
-
getAdditionalProperties
Return a copy of the additional properties. Null means no additional properties are available.- Returns:
- AdditionalProperties
-
setAdditionalProperties
Set up additional properties.- Parameters:
additionalProperties
- Additional properties object
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-