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

syncloud.google.docs.model.Content Maven / Gradle / Ivy

The newest version!
package syncloud.google.docs.model;

import com.google.api.client.util.Key;

public class Content {

    @Key("@type")
    private String type;
    @Key("@src")
    private String src;

    public String getType() {
        return type;
    }

    public void setType(String type) {
        this.type = type;
    }

    public String getSrc() {
        return src;
    }

    public void setSrc(String src) {
        this.src = src;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy