| Modifier and Type | Field and Description |
|---|---|
protected Comment |
comment |
protected Date |
createdAt |
protected String |
description |
protected Long |
id |
protected Long |
organizationId |
protected Ticket.Requester |
requester |
protected Long |
requesterId |
protected Status |
status |
protected String |
subject |
protected Date |
updatedAt |
protected String |
url |
protected Via |
via |
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
Comment |
getComment() |
Date |
getCreatedAt() |
String |
getDescription() |
Long |
getId() |
Long |
getOrganizationId() |
Long |
getRequesterId() |
Status |
getStatus() |
String |
getSubject() |
Date |
getUpdatedAt() |
String |
getUrl() |
Via |
getVia() |
void |
setComment(Comment comment) |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setOrganizationId(Long organizationId) |
void |
setRequesterId(Long requesterId) |
void |
setStatus(Status status) |
void |
setSubject(String subject) |
void |
setUpdatedAt(Date updatedAt) |
void |
setUrl(String url) |
void |
setVia(Via via) |
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 Date createdAt
protected Date updatedAt
protected Comment comment
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 Comment getComment()
public void setComment(Comment comment)
Copyright © 2013–2014. All rights reserved.