|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v4_0.common.OperationResult
com.quartzdesk.service.types.v4_0.connection.ConnectionOperationResult
public class ConnectionOperationResult
Java class for ConnectionOperationResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionOperationResult">
<complexContent>
<extension base="{http://service.quartzdesk.com/types/v4_0/common}OperationResult">
<sequence>
<element name="connectionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="connectionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="connectionPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Long |
connectionId
|
protected String |
connectionName
|
protected String |
connectionPath
|
| Fields inherited from class com.quartzdesk.service.types.v4_0.common.OperationResult |
|---|
result, resultDetail |
| Constructor Summary | |
|---|---|
ConnectionOperationResult()
|
|
| Method Summary | |
|---|---|
Long |
getConnectionId()
Gets the value of the connectionId property. |
String |
getConnectionName()
Gets the value of the connectionName property. |
String |
getConnectionPath()
Gets the value of the connectionPath property. |
void |
setConnectionId(Long value)
Sets the value of the connectionId property. |
void |
setConnectionName(String value)
Sets the value of the connectionName property. |
void |
setConnectionPath(String value)
Sets the value of the connectionPath property. |
ConnectionOperationResult |
withConnectionId(Long value)
|
ConnectionOperationResult |
withConnectionName(String value)
|
ConnectionOperationResult |
withConnectionPath(String value)
|
ConnectionOperationResult |
withResult(Result value)
|
ConnectionOperationResult |
withResultDetail(String value)
|
| Methods inherited from class com.quartzdesk.service.types.v4_0.common.OperationResult |
|---|
getResult, getResultDetail, setResult, setResultDetail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long connectionId
protected String connectionName
protected String connectionPath
| Constructor Detail |
|---|
public ConnectionOperationResult()
| Method Detail |
|---|
public Long getConnectionId()
Stringpublic void setConnectionId(Long value)
value - allowed object is
Stringpublic String getConnectionName()
Stringpublic void setConnectionName(String value)
value - allowed object is
Stringpublic String getConnectionPath()
Stringpublic void setConnectionPath(String value)
value - allowed object is
Stringpublic ConnectionOperationResult withConnectionId(Long value)
public ConnectionOperationResult withConnectionName(String value)
public ConnectionOperationResult withConnectionPath(String value)
public ConnectionOperationResult withResult(Result value)
withResult in class OperationResultpublic ConnectionOperationResult withResultDetail(String value)
withResultDetail in class OperationResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||