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

com.podio.comment.CommentCreateResponse Maven / Gradle / Ivy

package com.podio.comment;

import org.codehaus.jackson.annotate.JsonProperty;

public class CommentCreateResponse {

	private int id;

	public int getId() {
		return id;
	}

	@JsonProperty("comment_id")
	public void setId(int id) {
		this.id = id;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy