-
- All Implemented Interfaces:
public final class Attachment.UploadState.InProgress extends Attachment.UploadState
State representing attachment upload progress.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongbytesUploadedprivate final LongtotalBytes
-
Constructor Summary
Constructors Constructor Description Attachment.UploadState.InProgress(Long bytesUploaded, Long totalBytes)
-
Method Summary
Modifier and Type Method Description final LonggetBytesUploaded()final LonggetTotalBytes()-
-
Method Detail
-
getBytesUploaded
final Long getBytesUploaded()
-
getTotalBytes
final Long getTotalBytes()
-
-
-
-