public class

GetApplicationStatusResult

extends Result
java.lang.Object
   ↳ com.clarizen.api.Result
     ↳ com.clarizen.api.GetApplicationStatusResult

Class Overview

Java class for GetApplicationStatusResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetApplicationStatusResult">
   <complexContent>
     <extension base="{http://clarizen.com/api}Result">
       <sequence>
         <element name="Installed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean installed
protected String version
[Expand]
Inherited Fields
From class com.clarizen.api.Result
Public Constructors
GetApplicationStatusResult()
Public Methods
String getVersion()
Gets the value of the version property.
Boolean isInstalled()
Gets the value of the installed property.
void setInstalled(Boolean value)
Sets the value of the installed property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class com.clarizen.api.Result
From class java.lang.Object

Fields

protected Boolean installed

protected String version

Public Constructors

public GetApplicationStatusResult ()

Public Methods

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public Boolean isInstalled ()

Gets the value of the installed property.

Returns
  • possible object is Boolean

public void setInstalled (Boolean value)

Sets the value of the installed property.

Parameters
value Allowed object is Boolean

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String