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

com.cybozu.kintone.client.model.app.basic.response.BasicResponse Maven / Gradle / Ivy


/**
 * MIT License
 *
 * Copyright (c) 2018 Cybozu
 * https://github.com/kintone/kintone-java-sdk/blob/master/LICENSE
 */


package com.cybozu.kintone.client.model.app.basic.response;

public class BasicResponse {
    private Integer revision;

    public BasicResponse() {
    }

    public BasicResponse(Integer revision) {
        this.revision = revision;
    }

    public void setRevision(Integer revision) {
        this.revision = revision;
    }
    
    public Integer getRevision() {
        return this.revision;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy