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 TypeMethodDescriptionboolean
Returns 'isObjectFolder'.Returns 'lastModifiedDate'.Returns 'objectId'.Returns 'objectTitle'.Returns 'projectPathString'.Returns 'projectTitle'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setIsObjectFolder
(boolean isObjectFolder) Sets 'isObjectFolder'.void
setLastModifiedDate
(Date lastModifiedDate) Sets 'lastModifiedDate'.void
setObjectId
(String objectId) Sets 'objectId'.void
setObjectTitle
(String objectTitle) Sets 'objectTitle'.void
setProjectPathString
(String projectPathString) Sets 'projectPathString'.void
setProjectTitle
(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)
-