org.eclipse.egit.github.core
Class Label

java.lang.Object
  extended by org.eclipse.egit.github.core.Label
All Implemented Interfaces:
Serializable

public class Label
extends Object
implements Serializable

GitHub issue label class.

See Also:
Serialized Form

Constructor Summary
Label()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getColor()
           
 String getName()
           
 String getUrl()
           
 int hashCode()
           
 Label setColor(String color)
           
 Label setName(String name)
           
 Label setUrl(String url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Label

public Label()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getColor

public String getColor()
Returns:
color

setColor

public Label setColor(String color)
Parameters:
color -
Returns:
this label

getName

public String getName()
Returns:
name

setName

public Label setName(String name)
Parameters:
name -
Returns:
this label

getUrl

public String getUrl()
Returns:
url

setUrl

public Label setUrl(String url)
Parameters:
url -
Returns:
this label


Copyright © 2012. All Rights Reserved.