public class NewFileSystemRequestBody extends AssetOwnerOMASAPIRequestBody
| Constructor and Description |
|---|
NewFileSystemRequestBody()
Default constructor
|
NewFileSystemRequestBody(NewFileSystemRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
String |
getDescription()
Return the description of the file.
|
String |
getDisplayName()
Return the display name of the file
|
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 |
getUniqueName()
Return the full path of the file - this should be unique.
|
String |
getVersion()
Return the version number of the file system.
|
int |
hashCode()
Return hash code for this object
|
void |
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 |
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 |
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.
|
String |
toString()
JSON-style toString
|
public NewFileSystemRequestBody()
public NewFileSystemRequestBody(NewFileSystemRequestBody template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - string descriptionpublic String getUniqueName()
public void setUniqueName(String uniqueName)
uniqueName - string namepublic String getFileSystemType()
public void setFileSystemType(String type)
type - stirng 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 Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic String toString()
toString in class AssetOwnerOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.