Class MonitoringSubscriptionSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.monitoring.MonitoringSubscriptionSoapRow
-
public class MonitoringSubscriptionSoapRow extends Object
MonitoringSubscriptionList is used to get a list of monitoring subscriptions.- Since:
- 16.3
-
-
Constructor Summary
Constructors Constructor Description MonitoringSubscriptionSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetIsObjectFolder()Returns 'isObjectFolder'.DategetLastModifiedDate()Returns 'lastModifiedDate'.StringgetObjectId()Returns 'objectId'.StringgetObjectTitle()Returns 'objectTitle'.StringgetProjectPathString()Returns 'projectPathString'.StringgetProjectTitle()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'.
-
-
-
Method Detail
-
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
public Date getLastModifiedDate()
Returns 'lastModifiedDate'. The date the subscription was last modified.- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
Sets 'lastModifiedDate'. The date the subscription was last modified.- Parameters:
lastModifiedDate- Value of 'lastModifiedDate'.
-
getObjectId
public String getObjectId()
Returns 'objectId'. The id of the monitored object- Returns:
- Value of 'objectId'.
-
setObjectId
public void setObjectId(String objectId)
Sets 'objectId'. The id of the monitored object- Parameters:
objectId- Value of 'objectId'.
-
getObjectTitle
public String getObjectTitle()
Returns 'objectTitle'. The title of the monitored object- Returns:
- Value of 'objectTitle'.
-
setObjectTitle
public void setObjectTitle(String objectTitle)
Sets 'objectTitle'. The title of the monitored object- Parameters:
objectTitle- Value of 'objectTitle'.
-
getProjectPathString
public String getProjectPathString()
Returns 'projectPathString'. The path of the project containing the file- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
public void setProjectPathString(String projectPathString)
Sets 'projectPathString'. The path of the project containing the file- Parameters:
projectPathString- Value of 'projectPathString'.
-
getProjectTitle
public String getProjectTitle()
Returns 'projectTitle'. The title of the project containing the file- Returns:
- Value of 'projectTitle'.
-
setProjectTitle
public void setProjectTitle(String projectTitle)
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)
-
-