public class NewFileAssetRequestBody extends AssetOwnerOMASAPIRequestBody
| Constructor and Description |
|---|
NewFileAssetRequestBody()
Default constructor
|
NewFileAssetRequestBody(NewFileAssetRequestBody 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 |
getDescription()
Return the description of the file.
|
String |
getDisplayName()
Return the display name of the file
|
String |
getFullPath()
Return the full path of the file - this should be unique.
|
int |
hashCode()
Return hash code for this object
|
void |
setDescription(String description)
Set up the description of the file.
|
void |
setDisplayName(String displayName)
Set up the display name of the file.
|
void |
setFullPath(String fullPath)
Set up the full path of the file - this should be unique.
|
String |
toString()
JSON-style toString
|
public NewFileAssetRequestBody()
public NewFileAssetRequestBody(NewFileAssetRequestBody 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 getFullPath()
public void setFullPath(String fullPath)
fullPath - string namepublic String toString()
toString in class AssetOwnerOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.