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

com.jelastic.api.response.CreateEnvironmentResponse Maven / Gradle / Ivy

The newest version!
package com.jelastic.api.response;

import java.lang.Double;
import java.lang.String;

public class CreateEnvironmentResponse extends StubResponse {

    String name;

    Double id;

    public  CreateEnvironmentResponse(String name, Double id) {
        this.name = name;
        this.id = id;
    }

    public  CreateEnvironmentResponse() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy