no.digipost.api.client.representations
Class PrintMessage
java.lang.Object
no.digipost.api.client.representations.Representation
no.digipost.api.client.representations.MessageBase
no.digipost.api.client.representations.PrintMessage
public class PrintMessage
- extends MessageBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recipient
protected PrintRecipient recipient
returnAddress
protected PrintRecipient returnAddress
postType
protected String postType
status
protected PrintMessageStatus status
PrintMessage
public PrintMessage()
PrintMessage
public PrintMessage(String messageId,
PrintRecipient recipient,
PrintRecipient returnAddress,
String postType,
Link... links)
getRecipient
public PrintRecipient getRecipient()
setRecipient
public void setRecipient(PrintRecipient value)
getReturnAddress
public PrintRecipient getReturnAddress()
setReturnAddress
public void setReturnAddress(PrintRecipient value)
getPostType
public String getPostType()
setPostType
public void setPostType(String value)
getStatus
public PrintMessageStatus getStatus()
setStatus
public void setStatus(PrintMessageStatus value)
getLinks
protected List<Link> getLinks()
setLinks
protected void setLinks(List<Link> links)
isSameMessageAs
public boolean isSameMessageAs(Object message)
- Specified by:
isSameMessageAs
in class MessageBase
Copyright © 2012 Digipost Open Source. All Rights Reserved.