Package de.qytera.qtaf.xray.dto.jira
Class ComponentServerDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.ComponentDto<UserCloudDto>
de.qytera.qtaf.xray.dto.jira.ComponentServerDto
Details about a Jira server project component.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.qytera.qtaf.xray.dto.jira.ComponentDto
ComponentDto.AssigneeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhether the component has been archived.Whether the component has been deleted.The username of the component's lead user.inthashCode()voidsetArchived(Boolean archived) Whether the component has been archived.voidsetDeleted(Boolean deleted) Whether the component has been deleted.voidsetLeadUserName(String leadUserName) The username of the component's lead user.toString()Methods inherited from class de.qytera.qtaf.xray.dto.jira.ComponentDto
getAssignee, getAssigneeType, getDescription, getId, getIsAssigneeTypeValid, getLead, getName, getProject, getProjectId, getRealAssignee, getRealAssigneeType, getSelf, setAssignee, setAssigneeType, setDescription, setId, setIsAssigneeTypeValid, setLead, setName, setProject, setProjectId, setRealAssignee, setRealAssigneeType, setSelf
-
Constructor Details
-
ComponentServerDto
public ComponentServerDto()
-
-
Method Details
-
getLeadUserName
The username of the component's lead user. -
getArchived
Whether the component has been archived. -
getDeleted
Whether the component has been deleted. -
setLeadUserName
The username of the component's lead user. -
setArchived
Whether the component has been archived. -
setDeleted
Whether the component has been deleted. -
toString
- Overrides:
toStringin classComponentDto<UserCloudDto>
-
equals
- Overrides:
equalsin classComponentDto<UserCloudDto>
-
canEqual
- Overrides:
canEqualin classComponentDto<UserCloudDto>
-
hashCode
public int hashCode()- Overrides:
hashCodein classComponentDto<UserCloudDto>
-