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

weiboclient4j.model.AccountUid Maven / Gradle / Ivy

There is a newer version: 0.4.16
Show newest version
package weiboclient4j.model;

import org.codehaus.jackson.annotate.JsonIgnoreProperties;

/**
 * @author Hover Ruan
 */
@JsonIgnoreProperties(ignoreUnknown = true)
public class AccountUid {
    private long uid;

    public long getUid() {
        return uid;
    }

    public void setUid(long uid) {
        this.uid = uid;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy