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

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

The newest version!
package twitter4jads.models.ads;

import com.google.gson.annotations.SerializedName;

import java.io.Serializable;
import java.util.List;

public class UrlEntity implements Serializable {

    @SerializedName("url")
    private String url;

    @SerializedName("display_url")
    private String displayUrl;

    @SerializedName("expanded_url")
    private String expandedUrl;

    @SerializedName("indices")
    private List indices;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy