no.digipost.api.client.representations
Class ErrorMessage

java.lang.Object
  extended by no.digipost.api.client.representations.Representation
      extended by no.digipost.api.client.representations.ErrorMessage

public class ErrorMessage
extends Representation


Field Summary
 
Fields inherited from class no.digipost.api.client.representations.Representation
links
 
Constructor Summary
ErrorMessage(String errorMessage, Link... linker)
           
 
Method Summary
 boolean equals(Object obj)
           
 Link getCreatePrintMessageLink()
           
 String getErrorMessage()
           
 List<Link> getLink()
           
 int hashCode()
           
 void setLink(List<Link> links)
           
 String toString()
           
 
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorMessage

public ErrorMessage(String errorMessage,
                    Link... linker)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object

getErrorMessage

public String getErrorMessage()

getLink

public List<Link> getLink()

setLink

public void setLink(List<Link> links)

getCreatePrintMessageLink

public Link getCreatePrintMessageLink()


Copyright © 2012 Digipost Open Source. All Rights Reserved.