Package twitter4j.v1
Interface UploadedMedia
- All Superinterfaces:
Serializable
Represents result of "/1.1/media/upload.json"
- Since:
- Twitter4J 4.0.2
-
Method Summary
-
Method Details
-
getImageWidth
int getImageWidth()- Returns:
- image width
-
getImageHeight
int getImageHeight()- Returns:
- image height
-
getImageType
String getImageType()- Returns:
- image type
-
getMediaId
long getMediaId()- Returns:
- media id
-
getSize
long getSize()- Returns:
- size
-
getProcessingState
String getProcessingState()- Returns:
- processing state
-
getProcessingCheckAfterSecs
int getProcessingCheckAfterSecs()- Returns:
- processingCheckAfterSecs
-
getProgressPercent
int getProgressPercent()- Returns:
- progressPercent
-