com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class Progress

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.Progress

public class Progress
extends Object

Representation of a progress in the JIRA REST API.

Since:
v5.0

Constructor Summary
Progress()
           
Progress(Long progress, Long total, Long percent)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 Long percent()
           
 Progress percent(Long percent)
           
 Long progress()
           
 Progress progress(Long progress)
           
 Long total()
           
 Progress total(Long total)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Progress

public Progress()

Progress

public Progress(Long progress,
                Long total,
                Long percent)
Method Detail

progress

public Long progress()

progress

public Progress progress(Long progress)

total

public Long total()

total

public Progress total(Long total)

percent

public Long percent()

percent

public Progress percent(Long percent)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.