com.atlassian.jira.rest.client.api.domain
Class BulkOperationErrorResult

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

public class BulkOperationErrorResult
extends Object

Represents error of creating single element during batch operation.

Since:
v1.1

Constructor Summary
BulkOperationErrorResult(ErrorCollection errors, Integer failedElementNumber)
           
 
Method Summary
 boolean equals(Object obj)
           
 ErrorCollection getElementErrors()
           
 Integer getFailedElementNumber()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BulkOperationErrorResult

public BulkOperationErrorResult(ErrorCollection errors,
                                Integer failedElementNumber)
Method Detail

getElementErrors

public ErrorCollection getElementErrors()

getFailedElementNumber

public Integer getFailedElementNumber()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014 Atlassian. All Rights Reserved.