com.atlassian.jira.rest.client.domain
Class Field

java.lang.Object
  extended by com.atlassian.jira.rest.client.domain.Field

public class Field
extends Object

JIRA issue field with its current value.

Since:
v0.1

Constructor Summary
Field(String id, String name, String type, Object value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 String getName()
           
 String getType()
           
 Object getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Field

public Field(String id,
             String name,
             String type,
             Object value)
Method Detail

getId

public String getId()

getName

public String getName()

getType

public String getType()

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.