public class Component extends BasicComponent
Modifier and Type | Class and Description |
---|---|
static class |
Component.AssigneeInfo |
Constructor and Description |
---|
Component(java.net.URI self,
java.lang.Long id,
java.lang.String name,
java.lang.String description,
BasicUser lead) |
Component(java.net.URI self,
java.lang.Long id,
java.lang.String name,
java.lang.String description,
BasicUser lead,
Component.AssigneeInfo assigneeInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Component.AssigneeInfo |
getAssigneeInfo() |
BasicUser |
getLead() |
int |
hashCode() |
java.lang.String |
toString() |
getDescription, getId, getName, getSelf
public Component(java.net.URI self, @Nullable java.lang.Long id, java.lang.String name, java.lang.String description, BasicUser lead)
public Component(java.net.URI self, @Nullable java.lang.Long id, java.lang.String name, java.lang.String description, BasicUser lead, @Nullable Component.AssigneeInfo assigneeInfo)
public BasicUser getLead()
@Nullable public Component.AssigneeInfo getAssigneeInfo()
null
if such information is
not available (JIRA prior 4.4)public java.lang.String toString()
toString
in class BasicComponent
public boolean equals(java.lang.Object obj)
equals
in class BasicComponent
public int hashCode()
hashCode
in class BasicComponent
Copyright © 2014 Atlassian. All Rights Reserved.