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

com.heroku.api.AddonChange Maven / Gradle / Ivy

There is a newer version: 0.46
Show newest version
package com.heroku.api;

import java.io.Serializable;

/**
 * TODO: Javadoc
 *
 * @author Naaman Newbold
 */
public class AddonChange implements Serializable {

    private static final long serialVersionUID = 1L;

    String state;

    public String getState() {
        return state;
    }

    private void setState(String state) {
        this.state = state;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy