com.quartzdesk.service.types.v4_0.connection
Class ConnectionOperationResult

java.lang.Object
  extended by com.quartzdesk.service.types.v4_0.common.OperationResult
      extended by com.quartzdesk.service.types.v4_0.connection.ConnectionOperationResult

public class ConnectionOperationResult
extends OperationResult

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

connectionId

protected Long connectionId

connectionName

protected String connectionName

connectionPath

protected String connectionPath
Constructor Detail

ConnectionOperationResult

public ConnectionOperationResult()
Method Detail

getConnectionId

public Long getConnectionId()
Gets the value of the connectionId property.

Returns:
possible object is String

setConnectionId

public void setConnectionId(Long value)
Sets the value of the connectionId property.

Parameters:
value - allowed object is String

getConnectionName

public String getConnectionName()
Gets the value of the connectionName property.

Returns:
possible object is String

setConnectionName

public void setConnectionName(String value)
Sets the value of the connectionName property.

Parameters:
value - allowed object is String

getConnectionPath

public String getConnectionPath()
Gets the value of the connectionPath property.

Returns:
possible object is String

setConnectionPath

public void setConnectionPath(String value)
Sets the value of the connectionPath property.

Parameters:
value - allowed object is String

withConnectionId

public ConnectionOperationResult withConnectionId(Long value)

withConnectionName

public ConnectionOperationResult withConnectionName(String value)

withConnectionPath

public ConnectionOperationResult withConnectionPath(String value)

withResult

public ConnectionOperationResult withResult(Result value)
Overrides:
withResult in class OperationResult

withResultDetail

public ConnectionOperationResult withResultDetail(String value)
Overrides:
withResultDetail in class OperationResult


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.