org.jclouds.aws.s3.domain
Class DeleteResult.Error

java.lang.Object
  extended by org.jclouds.aws.s3.domain.DeleteResult.Error
Enclosing class:
DeleteResult

public static class DeleteResult.Error
extends Object


Constructor Summary
DeleteResult.Error(String code, String message)
           
 
Method Summary
 boolean equals(Object o)
           
 String getCode()
           
 String getMessage()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteResult.Error

public DeleteResult.Error(String code,
                          String message)
Method Detail

getCode

public String getCode()

getMessage

public String getMessage()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.