Class MonitoringSubscriptionSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.monitoring.MonitoringSubscriptionSoapRow
MonitoringSubscriptionList is used to get a list of monitoring subscriptions.
- Since:
- 16.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns 'isObjectFolder'.Returns 'lastModifiedDate'.Returns 'objectId'.Returns 'objectTitle'.Returns 'projectPathString'.Returns 'projectTitle'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetIsObjectFolder(boolean isObjectFolder) Sets 'isObjectFolder'.voidsetLastModifiedDate(Date lastModifiedDate) Sets 'lastModifiedDate'.voidsetObjectId(String objectId) Sets 'objectId'.voidsetObjectTitle(String objectTitle) Sets 'objectTitle'.voidsetProjectPathString(String projectPathString) Sets 'projectPathString'.voidsetProjectTitle(String projectTitle) Sets 'projectTitle'.
-
Constructor Details
-
MonitoringSubscriptionSoapRow
public MonitoringSubscriptionSoapRow()
-
-
Method Details
-
getIsObjectFolder
public boolean getIsObjectFolder()Returns 'isObjectFolder'. Is monitored object a folder- Returns:
- Value of 'isObjectFolder'.
-
setIsObjectFolder
public void setIsObjectFolder(boolean isObjectFolder) Sets 'isObjectFolder'. Is monitored object a folder- Parameters:
isObjectFolder- Value of 'isObjectFolder'.
-
getLastModifiedDate
Returns 'lastModifiedDate'. The date the subscription was last modified.- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
Sets 'lastModifiedDate'. The date the subscription was last modified.- Parameters:
lastModifiedDate- Value of 'lastModifiedDate'.
-
getObjectId
Returns 'objectId'. The id of the monitored object- Returns:
- Value of 'objectId'.
-
setObjectId
Sets 'objectId'. The id of the monitored object- Parameters:
objectId- Value of 'objectId'.
-
getObjectTitle
Returns 'objectTitle'. The title of the monitored object- Returns:
- Value of 'objectTitle'.
-
setObjectTitle
Sets 'objectTitle'. The title of the monitored object- Parameters:
objectTitle- Value of 'objectTitle'.
-
getProjectPathString
Returns 'projectPathString'. The path of the project containing the file- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
Sets 'projectPathString'. The path of the project containing the file- Parameters:
projectPathString- Value of 'projectPathString'.
-
getProjectTitle
Returns 'projectTitle'. The title of the project containing the file- Returns:
- Value of 'projectTitle'.
-
setProjectTitle
Sets 'projectTitle'. The title of the project containing the file- Parameters:
projectTitle- Value of 'projectTitle'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-