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

com.ning.api.client.json.ItemCountResponse Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.ning.api.client.json;

import org.codehaus.jackson.annotate.JsonProperty;

public class ItemCountResponse extends XapiResponse
{
    @JsonProperty
    private Integer count;
    
    public ItemCountResponse() { }

    public boolean hasCount() { return count != null; }
    public Integer getCount() { return count; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy