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

twitter4jads.internal.models4j.TwitterUUIDResponse Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;

/**
 *
 * Date: 08/02/15
 * Time: 2:57 AM
 */
public class TwitterUUIDResponse {
    private String uUID;

    public String getuUID() {
        return uUID;
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy