Back to project page Buddy-Android-SDK.
The source code is released under:
Apache License
If you think the Android project Buddy-Android-SDK listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.buddy.sdk.models; //from w w w .ja v a2s .co m import com.google.gson.annotations.SerializedName; /** * Created by nick on 8/25/14. */ public class BinaryModelBase extends ModelBase { public String contentType; public int contentLength; public String signedUrl; }