public static class SMEVAttachmentsException.SizeLimitExceededException.SizeLimitInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
permittedTotalAttachmentSize
The Permitted total attachment size.
|
protected long |
realTotalAttachmentSize
The Real total attachment size.
|
Constructor and Description |
---|
SizeLimitInfo(long permittedTotalAttachmentSize,
long realTotalAttachmentSize)
Instantiates a new Size limit info.
|
Modifier and Type | Method and Description |
---|---|
long |
getPermittedTotalAttachmentSize()
Gets permitted total attachment size.
|
long |
getRealTotalAttachmentSize()
Gets real total attachment size.
|
void |
setPermittedTotalAttachmentSize(long value)
Sets permitted total attachment size.
|
void |
setRealTotalAttachmentSize(long value)
Sets real total attachment size.
|
protected long permittedTotalAttachmentSize
protected long realTotalAttachmentSize
public SizeLimitInfo(long permittedTotalAttachmentSize, long realTotalAttachmentSize)
permittedTotalAttachmentSize
- the permitted total attachment sizerealTotalAttachmentSize
- the real total attachment sizepublic long getPermittedTotalAttachmentSize()
public void setPermittedTotalAttachmentSize(long value)
value
- the valuepublic long getRealTotalAttachmentSize()
public void setRealTotalAttachmentSize(long value)
value
- the valueCopyright © 2017. All rights reserved.