Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge branch 'pr/13'
Browse files Browse the repository at this point in the history
  • Loading branch information
Synapticloop authored and Synapticloop committed Mar 7, 2016
2 parents 9b26201 + d78b2ce commit ce74cba
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,14 @@ public B2FileInfoResponse(final JSONObject response) throws B2ApiException {
*/
public Action getAction() { return this.action; }

/**
* @return The number of bytes in the file.
*/
public int getSize() { return this.size; }

/**
* Return the timestamp that the file was uploaded
*
*
* @return the timestamp for when the file was uploaded
*/
public long getUploadTimestamp() { return this.uploadTimestamp; }
Expand Down

0 comments on commit ce74cba

Please sign in to comment.