All Downloads are FREE. Search and download functionalities are using the official Maven repository.

twitter4jads.models.ads.TwitterUUIDResponse Maven / Gradle / Ivy

The newest version!
package twitter4jads.models.ads;

import com.google.gson.annotations.SerializedName;

/**
 *
 * Date: 08/02/15
 * Time: 2:57 AM
 */
public class TwitterUUIDResponse {


    @SerializedName("uuid")
    private String uUID;


    public String getuUID() {
        return uUID;
    }

    public void setuUID(String uUID) {
        this.uUID = uUID;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy