public class AnalyticsMetadataInfo extends Object
| Constructor and Description |
|---|
AnalyticsMetadataInfo() |
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
getFileFormat()
Getter method for object holding information regarding the format of file.
|
List<ContentMetadata> |
getObjects()
Getter method for list of objects holding information regarding the content of the file.
|
void |
setFileFormat(FileFormat fileFormat)
Setter method for object holding information regarding the format of file.
|
void |
setObjects(List<ContentMetadata> objects)
Setter method for list of objects holding information regarding the content of the file.
|
public FileFormat getFileFormat()
public void setFileFormat(FileFormat fileFormat)
fileFormat - - the object with information regarding the format of filepublic List<ContentMetadata> getObjects()
public void setObjects(List<ContentMetadata> objects)
objects - - list of object with information regarding the content of the fileCopyright © 2025 MuleSoft, Inc.. All rights reserved.