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

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

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

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;


@JsonIgnoreProperties(ignoreUnknown=true)
public class ActivityObjectCount {

    private long totalItems;

    public long getTotalItems() {
        return totalItems;
    }

    public void setTotalItems(long totalItems) {
        this.totalItems = totalItems;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy