@Generated(value="org.jsonschema2pojo") public class ApplicationHandle extends Object
| Constructor and Description |
|---|
ApplicationHandle() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApplicationEnvironmentID()
The ID of the ApplicationEnvironment this ApplicationHandle refers to
|
String |
getType()
The type of method used to set up an ApplicationEnvironment - ApplicationHandle_t (open enumeration)
|
String |
getValue()
How to set up the ApplicationEnvironment in the context of the Type
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApplicationEnvironmentID(String applicationEnvironmentID)
The ID of the ApplicationEnvironment this ApplicationHandle refers to
|
void |
setType(String type)
The type of method used to set up an ApplicationEnvironment - ApplicationHandle_t (open enumeration)
|
void |
setValue(String value)
How to set up the ApplicationEnvironment in the context of the Type
|
String |
toString() |
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
public String getApplicationEnvironmentID()
public void setApplicationEnvironmentID(String applicationEnvironmentID)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.