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

com.googlecode.googleplus.model.activity.ActivityObjectAttachmentsEmbed Maven / Gradle / Ivy

The newest version!
package com.googlecode.googleplus.model.activity;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class ActivityObjectAttachmentsEmbed {
    private String url;
    private String type;

    public String getUrl() {
        return url;
    }
    public void setUrl(String url) {
        this.url = url;
    }
    public String getType() {
        return type;
    }
    public void setType(String type) {
        this.type = type;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy