public class ManifestFile extends Object
| Constructor and Description |
|---|
ManifestFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Manifest files are only considered equal if their fileName is equal.
|
String |
getFileName() |
Long |
getFileSizeBytes() |
Long |
getRowCount() |
int |
hashCode() |
void |
setFileName(String fileName) |
void |
setFileSizeBytes(Long fileSizeBytes) |
void |
setRowCount(Long rowCount) |
public String getFileName()
public void setFileName(String fileName)
public Long getRowCount()
public void setRowCount(Long rowCount)
public Long getFileSizeBytes()
public void setFileSizeBytes(Long fileSizeBytes)
public boolean equals(Object object)
Copyright © 2019. All rights reserved.