public class RemoteLabel extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
id |
Constructor and Description |
---|
RemoteLabel() |
RemoteLabel(Label label) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
long |
getId() |
String |
getName() |
String |
getNamespace() |
String |
getOwner() |
int |
hashCode() |
void |
setId(long id) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setOwner(String owner) |
String |
toString() |
public RemoteLabel()
public RemoteLabel(Label label)
public String getName()
public void setName(String name)
public String getOwner()
public void setOwner(String owner)
public long getId()
public void setId(long id)
public String getNamespace()
public void setNamespace(String namespace)
Copyright © 2003–2021 Atlassian. All rights reserved.