Class NewFileSystemRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
NewFileSystemProperties describes the root node of a file system.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn 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.inthashCode()Return hash code for this objectvoidsetAdditionalProperties(Map<String, String> additionalProperties) Set up additional properties.voidsetDescription(String description) Set up the description of the file.voidsetDisplayName(String displayName) Set up the display name of the file.voidsetEncryption(String encryption) Set up the type of encryption used on the file system (or null is unencrypted).voidsetFileSystemType(String type) Set up the type of the file system.voidSet up the format of the file system.voidsetPatchLevel(String patchLevel) Set up the patch level of the file system.voidSet up the source of the file system.voidsetUniqueName(String uniqueName) Set up the full path of the file - this should be unique.voidsetVersion(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- Overrides:
toStringin classAssetOwnerOMASAPIRequestBody- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-