public class ResourceFileUploadRequestModel
extends java.lang.Object
Constructor and Description |
---|
ResourceFileUploadRequestModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId
The account ID to which this file will be attached.
|
java.lang.Integer |
getCompanyId()
Getter for companyId
The company ID to which this file will be attached.
|
java.lang.String |
getContent()
Getter for content
This stream contains the bytes of the file being uploaded.
|
java.lang.Long |
getLength()
Getter for length
Length of the file in bytes.
|
java.lang.String |
getName()
Getter for name
The original name of this file.
|
java.lang.Integer |
getResourceFileTypeId()
Getter for resourceFileTypeId
The resource type ID of this file.
|
java.lang.String |
getUsername()
Getter for username
The username adding the file
|
void |
setAccountId(java.lang.Integer value)
Setter for accountId
The account ID to which this file will be attached.
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
The company ID to which this file will be attached.
|
void |
setContent(java.lang.String value)
Setter for content
This stream contains the bytes of the file being uploaded.
|
void |
setLength(java.lang.Long value)
Setter for length
Length of the file in bytes.
|
void |
setName(java.lang.String value)
Setter for name
The original name of this file.
|
void |
setResourceFileTypeId(java.lang.Integer value)
Setter for resourceFileTypeId
The resource type ID of this file.
|
void |
setUsername(java.lang.String value)
Setter for username
The username adding the file
|
java.lang.String |
toString()
Returns a JSON string representation of ResourceFileUploadRequestModel
|
public java.lang.String getContent()
public void setContent(java.lang.String value)
public java.lang.String getUsername()
public void setUsername(java.lang.String value)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.Integer getResourceFileTypeId()
public void setResourceFileTypeId(java.lang.Integer value)
public java.lang.Long getLength()
public void setLength(java.lang.Long value)
public java.lang.String toString()
toString
in class java.lang.Object