com.buddy.sdk.models
Class Picture

java.lang.Object
  extended by com.buddy.sdk.models.ModelBase
      extended by com.buddy.sdk.models.Picture

public class Picture
extends ModelBase

Created by shawn on 7/7/14.


Field Summary
 java.lang.String caption
           
 int contentLength
           
 java.lang.String contentType
           
 java.lang.String signedUrl
           
 
Fields inherited from class com.buddy.sdk.models.ModelBase
created, id, lastModified, location
 
Constructor Summary
Picture()
           
 
Method Summary
 
Methods inherited from class com.buddy.sdk.models.ModelBase
getJsonObject, setJsonObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caption

public java.lang.String caption

contentType

public java.lang.String contentType

contentLength

public int contentLength

signedUrl

public java.lang.String signedUrl
Constructor Detail

Picture

public Picture()