com.atlassian.jira.rest.v1.model
Class ValueEntry

java.lang.Object
  extended by com.atlassian.jira.rest.v1.model.ValueEntry

public class ValueEntry
extends Object

Simple value label pair

Since:
v4.0

Constructor Summary
ValueEntry(String value, String label)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueEntry

public ValueEntry(String value,
                  String label)
Method Detail

getKey

public String getKey()

getValue

public String getValue()


Copyright © 2002-2014 Atlassian. All Rights Reserved.