public class Request extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Comment |
comment |
protected Date |
createdAt |
protected List<CustomFieldValue> |
customFields |
protected String |
description |
protected Long |
id |
protected Long |
organizationId |
protected Priority |
priority |
protected Ticket.Requester |
requester |
protected Long |
requesterId |
protected Boolean |
solved |
protected Status |
status |
protected String |
subject |
protected Type |
type |
protected Date |
updatedAt |
protected String |
url |
protected Via |
via |
protected Long |
viaFollowupSourceId |
| Constructor and Description |
|---|
Request() |
protected Long id
protected String url
protected String subject
protected String description
protected Status status
protected Ticket.Requester requester
protected Long requesterId
protected Long organizationId
protected Via via
protected Long viaFollowupSourceId
protected Date createdAt
protected Date updatedAt
protected Comment comment
protected Boolean solved
protected Priority priority
protected List<CustomFieldValue> customFields
protected Type type
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public String getDescription()
public void setDescription(String description)
public Long getId()
public void setId(Long id)
public Long getOrganizationId()
public void setOrganizationId(Long organizationId)
public Long getRequesterId()
public void setRequesterId(Long requesterId)
public Status getStatus()
public void setStatus(Status status)
public String getSubject()
public void setSubject(String subject)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public String getUrl()
public void setUrl(String url)
public Via getVia()
public void setVia(Via via)
public Long getViaFollowupSourceId()
public void setViaFollowupSourceId(Long viaFollowupSourceId)
public Comment getComment()
public void setComment(Comment comment)
public Boolean getSolved()
public void setSolved(Boolean solved)
public Priority getPriority()
public void setPriority(Priority priority)
public List<CustomFieldValue> getCustomFields()
public void setCustomFields(List<CustomFieldValue> customFields)
public Ticket.Requester getRequester()
public void setRequester(Ticket.Requester requester)
public Type getType()
public void setType(Type type)
Copyright © 2013–2020. All rights reserved.