@Generated(value="org.jsonschema2pojo") public class ApplicationEnvironment extends Object
| Constructor and Description |
|---|
ApplicationEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getApplicationHandleID()
ID(s) of the ApplicationHandles that can be used to refer to this environment
|
String |
getAppName()
The name of the application
|
String |
getAppVersion()
The version of the application
|
List<String> |
getBestBenchmark()
The type(s) of the benchmarks which best describe the sensitivity of this application to the performance of the ExecutionEnvironment - Benchmark_t
|
String |
getComputingManagerID()
ID of the ComputingManager this ApplicationEnvironment is associated with
|
String |
getDescription()
A human-readable description of the application
|
List<String> |
getExecutionEnvironmentID()
ID(s) of ExecutionEnvironments where this ApplicationEnvironment can be used
|
Integer |
getFreeJobs()
The maximum number of additional jobs that can run the application
|
Integer |
getFreeSlots()
The maximum number slots currently available to run the application
|
Integer |
getFreeUserSeats()
The maximum number of additional users that can run the application
|
String |
getLicense()
The license under which the application is usable - License_t
|
Integer |
getMaxJobs()
The maximum number of concurrent jobs that can run the application
|
Integer |
getMaxSlots()
The maximum number of concurrent slots that may be used to run the application
|
Integer |
getMaxUserSeats()
The maximum number of concurrent users that can run the application
|
String |
getParallelSupport()
The type of supported parallel execution - ParallelSupport_t
|
String |
getRemovalDate()
The date/time after which the application may be removed - DateTime_t
|
String |
getState()
The current installation state of the application - AppEnvState_t
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApplicationHandleID(List<String> applicationHandleID)
ID(s) of the ApplicationHandles that can be used to refer to this environment
|
void |
setAppName(String appName)
The name of the application
|
void |
setAppVersion(String appVersion)
The version of the application
|
void |
setBestBenchmark(List<String> bestBenchmark)
The type(s) of the benchmarks which best describe the sensitivity of this application to the performance of the ExecutionEnvironment - Benchmark_t
|
void |
setComputingManagerID(String computingManagerID)
ID of the ComputingManager this ApplicationEnvironment is associated with
|
void |
setDescription(String description)
A human-readable description of the application
|
void |
setExecutionEnvironmentID(List<String> executionEnvironmentID)
ID(s) of ExecutionEnvironments where this ApplicationEnvironment can be used
|
void |
setFreeJobs(Integer freeJobs)
The maximum number of additional jobs that can run the application
|
void |
setFreeSlots(Integer freeSlots)
The maximum number slots currently available to run the application
|
void |
setFreeUserSeats(Integer freeUserSeats)
The maximum number of additional users that can run the application
|
void |
setLicense(String license)
The license under which the application is usable - License_t
|
void |
setMaxJobs(Integer maxJobs)
The maximum number of concurrent jobs that can run the application
|
void |
setMaxSlots(Integer maxSlots)
The maximum number of concurrent slots that may be used to run the application
|
void |
setMaxUserSeats(Integer maxUserSeats)
The maximum number of concurrent users that can run the application
|
void |
setParallelSupport(String parallelSupport)
The type of supported parallel execution - ParallelSupport_t
|
void |
setRemovalDate(String removalDate)
The date/time after which the application may be removed - DateTime_t
|
void |
setState(String state)
The current installation state of the application - AppEnvState_t
|
String |
toString() |
public String getAppName()
public void setAppName(String appName)
public String getAppVersion()
public void setAppVersion(String appVersion)
public String getState()
public void setState(String state)
public String getRemovalDate()
public void setRemovalDate(String removalDate)
public String getLicense()
public void setLicense(String license)
public String getDescription()
public void setDescription(String description)
public List<String> getBestBenchmark()
public void setBestBenchmark(List<String> bestBenchmark)
public String getParallelSupport()
public void setParallelSupport(String parallelSupport)
public Integer getMaxSlots()
public void setMaxSlots(Integer maxSlots)
public Integer getMaxJobs()
public void setMaxJobs(Integer maxJobs)
public Integer getMaxUserSeats()
public void setMaxUserSeats(Integer maxUserSeats)
public Integer getFreeSlots()
public void setFreeSlots(Integer freeSlots)
public Integer getFreeJobs()
public void setFreeJobs(Integer freeJobs)
public Integer getFreeUserSeats()
public void setFreeUserSeats(Integer freeUserSeats)
public List<String> getExecutionEnvironmentID()
public void setExecutionEnvironmentID(List<String> executionEnvironmentID)
public String getComputingManagerID()
public void setComputingManagerID(String computingManagerID)
public List<String> getApplicationHandleID()
public void setApplicationHandleID(List<String> applicationHandleID)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.