public class InvoiceAttachment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceAttachment.Builder
Class to build instances of
InvoiceAttachment. |
| Constructor and Description |
|---|
InvoiceAttachment(String id,
String filename,
String description,
Integer filesize,
String hash,
String mimeType,
String uploadedAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Getter for Description.
|
String |
getFilename()
Getter for Filename.
|
Integer |
getFilesize()
Getter for Filesize.
|
String |
getHash()
Getter for Hash.
|
String |
getId()
Getter for Id.
|
String |
getMimeType()
Getter for MimeType.
|
String |
getUploadedAt()
Getter for UploadedAt.
|
int |
hashCode() |
InvoiceAttachment.Builder |
toBuilder()
Builds a new
InvoiceAttachment.Builder object. |
String |
toString()
Converts this InvoiceAttachment into string format.
|
public InvoiceAttachment(String id, String filename, String description, Integer filesize, String hash, String mimeType, String uploadedAt)
id - String value for id.filename - String value for filename.description - String value for description.filesize - Integer value for filesize.hash - String value for hash.mimeType - String value for mimeType.uploadedAt - String value for uploadedAt.public String getId()
public String getFilename()
public String getDescription()
public Integer getFilesize()
public String getHash()
public String getMimeType()
public String getUploadedAt()
public String toString()
public InvoiceAttachment.Builder toBuilder()
InvoiceAttachment.Builder object.
Creates the instance with the state of the current model.InvoiceAttachment.Builder objectCopyright © 2024. All rights reserved.