|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mulesoft.cloudhub.client.Enviroment
public class Enviroment
| Constructor Summary | |
|---|---|
Enviroment()
|
|
Enviroment(String id,
String name,
boolean production)
|
|
| Method Summary | |
|---|---|
String |
getId()
|
String |
getName()
|
boolean |
isProduction()
|
void |
setId(String id)
|
void |
setName(String name)
|
void |
setProduction(boolean production)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Enviroment(String id,
String name,
boolean production)
public Enviroment()
| Method Detail |
|---|
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public boolean isProduction()
public void setProduction(boolean production)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||