|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.mgmt.Management.Module
cisco.uc.cuae.mgmt.Management.Application
public static class Management.Application
| Field Summary | |
|---|---|
java.lang.String |
applicationType
|
Management.Partition[] |
partitions
|
Management.Script[] |
scripts
|
| Fields inherited from class cisco.uc.cuae.mgmt.Management.Module |
|---|
author, authorUrl, copyright, description, displayName, id, name, status, supportUrl, version |
| Constructor Summary | |
|---|---|
Management.Application()
Constructs the Application. |
|
Management.Application(java.lang.String id,
java.lang.String name,
java.lang.String displayName,
java.lang.String version,
java.lang.String status,
java.lang.String copyright,
java.lang.String description,
java.lang.String author,
java.lang.String authorUrl,
java.lang.String supportUrl,
java.lang.String applicationType,
Management.Script[] scripts,
Management.Partition[] partitions)
Constructs the Application. |
|
| Method Summary | |
|---|---|
java.lang.String |
getApplicationType()
Gets the value. |
Management.Partition[] |
getPartitions()
Gets the value. |
Management.Script[] |
getScripts()
Gets the value. |
void |
setApplicationType(java.lang.String value)
Sets the value. |
void |
setPartitions(Management.Partition[] value)
Sets the value. |
void |
setScripts(Management.Script[] value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class cisco.uc.cuae.mgmt.Management.Module |
|---|
getAuthor, getAuthorUrl, getCopyright, getDescription, getDisplayName, getId, getName, getStatus, getSupportUrl, getVersion, setAuthor, setAuthorUrl, setCopyright, setDescription, setDisplayName, setId, setName, setStatus, setSupportUrl, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String applicationType
public Management.Script[] scripts
public Management.Partition[] partitions
| Constructor Detail |
|---|
public Management.Application()
public Management.Application(java.lang.String id,
java.lang.String name,
java.lang.String displayName,
java.lang.String version,
java.lang.String status,
java.lang.String copyright,
java.lang.String description,
java.lang.String author,
java.lang.String authorUrl,
java.lang.String supportUrl,
java.lang.String applicationType,
Management.Script[] scripts,
Management.Partition[] partitions)
id - The unique id of the pluginname - The namedisplayName - The name to displayversion - the plugin versionstatus - the current status. Valid values are:
status UNSPECIFIED: the current state is unknown
status DISABLED_STOPPED: the module is disabled and has been stopped
status DISABLED_ERROR: the module is disabled because of an error while starting
status DISABLED_RUNNING: not currently used (marked disabled but not yet stopped)
status ENABLED_STOPPED: enabled but not yet running
status ENABLED_RUNNING: enabled and running, all systems are gocopyright - any copyright claimdescription - a longer descriptionauthor - the authorauthorUrl - the url of the authorsupportUrl - the url for support| Method Detail |
|---|
public java.lang.String toString()
toString in class Management.Modulepublic java.lang.String getApplicationType()
public void setApplicationType(java.lang.String value)
value - the value.public Management.Script[] getScripts()
public void setScripts(Management.Script[] value)
value - the value.public Management.Partition[] getPartitions()
public void setPartitions(Management.Partition[] value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||