public class ExternalComment extends Object
Constructor and Description |
---|
ExternalComment() |
ExternalComment(String body) |
Modifier and Type | Method and Description |
---|---|
String |
getBody() |
String |
getGroupLevel() |
String |
getId() |
String |
getIssueId() |
Long |
getRoleLevelId() |
Date |
getTimePerformed() |
String |
getUpdateAuthor() |
Date |
getUpdated() |
String |
getUsername() |
void |
setBody(String body) |
void |
setGroupLevel(String groupLevel) |
void |
setId(String id) |
void |
setIssueId(String issueId) |
void |
setRoleLevelId(Long roleLevelId) |
void |
setTimePerformed(Date timePerformed) |
void |
setUpdateAuthor(String updateAuthor) |
void |
setUpdated(Date updated) |
void |
setUsername(String username) |
String |
toString() |
public ExternalComment()
public ExternalComment(String body)
public String getBody()
public void setBody(String body)
public String getUsername()
public void setUsername(String username)
public String getGroupLevel()
public void setGroupLevel(String groupLevel)
public String getId()
public void setId(String id)
public Date getTimePerformed()
public void setTimePerformed(Date timePerformed)
public Long getRoleLevelId()
public void setRoleLevelId(Long roleLevelId)
public String getIssueId()
public void setIssueId(String issueId)
public String getUpdateAuthor()
public void setUpdateAuthor(String updateAuthor)
public Date getUpdated()
public void setUpdated(Date updated)
Copyright © 2002-2017 Atlassian. All Rights Reserved.