Class IssueBasics
java.lang.Object
com.technia.dsx.threedspace.change.issue.IssueBasics
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes,com.technia.dsx.app.model.WithCEStamp
- Direct Known Subclasses:
Issue,IssueCreateResult
public class IssueBasics
extends Object
implements com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithAttributes
Base class containing basic information for change issues.
Provides common attributes shared by all change issues including identification, policy, type, description, title, name, state, ownership, priority, dates, approval requirements, escalation, and resolution recommendations.
- Since:
- 2023-02-16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getId()getName()getOwner()getState()getTitle()getType()voidsetActualEndDate(long epochMillis) voidsetActualEndDate(String iso) voidsetActualEndDate(OffsetDateTime actualEndDate) voidsetActualStartDate(long actualStartDate) voidsetActualStartDate(OffsetDateTime actualStartDate) voidsetCestamp(String cestamp) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCEStamp(String cestamp) voidsetCollabSpace(String collabSpace) voidsetDescription(String description) voidsetEscalationRequired(Boolean escalationRequired) voidsetEstimatedEndDate(long epochMillis) voidvoidsetEstimatedEndDate(LocalDate date) voidsetEstimatedStartDate(long epochMillis) voidvoidsetEstimatedStartDate(LocalDate estimatedStartDate) voidvoidvoidsetOrganization(String organization) voidvoidvoidsetPriority(IssuePriority priority) voidsetPriority(String priority) voidsetResolutionRecommendation(String resolutionRecommendation) voidsetState(IssueStatus state) voidvoidvoidvoidsetWithApproval(Boolean withApproval) toString()
-
Constructor Details
-
IssueBasics
public IssueBasics()
-
-
Method Details
-
getId
-
setId
-
getCestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
setCestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
getCEStamp
- Specified by:
getCEStampin interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
getPolicy
-
setPolicy
-
getType
-
setType
-
getDescription
-
setDescription
-
getTitle
-
setTitle
-
getName
-
setName
-
getState
-
setState
-
setState
-
getOwner
-
setOwner
-
getOrganization
-
setOrganization
-
getCollabSpace
-
setCollabSpace
-
getPriority
-
setPriority
-
setPriority
-
getEstimatedStartDate
-
setEstimatedStartDate
-
setEstimatedStartDate
public void setEstimatedStartDate(long epochMillis) -
setEstimatedStartDate
-
getActualStartDate
-
setActualStartDate
-
setActualStartDate
public void setActualStartDate(long actualStartDate) -
getEstimatedEndDate
-
setEstimatedEndDate
-
setEstimatedEndDate
public void setEstimatedEndDate(long epochMillis) -
setEstimatedEndDate
-
getActualEndDate
-
setActualEndDate
-
setActualEndDate
public void setActualEndDate(long epochMillis) -
setActualEndDate
-
getWithApproval
-
setWithApproval
-
getEscalationRequired
-
setEscalationRequired
-
getResolutionRecommendation
-
setResolutionRecommendation
-
getAttributes
- Specified by:
getAttributesin interfacecom.technia.dsx.app.model.WithAttributes
-
toString
-