public final class DisputeEvidence extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
category |
private String |
comment |
private Calendar |
createdAt |
private String |
id |
private Calendar |
sentToProcessorAt |
private String |
sequenceNumber |
private String |
url |
| Constructor and Description |
|---|
DisputeEvidence(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getComment() |
Calendar |
getCreatedAt() |
String |
getId() |
Calendar |
getSentToProcessorAt() |
String |
getSequenceNumber() |
String |
getTag()
Deprecated.
see #getCategory()
|
String |
getUrl() |
private final Calendar createdAt
private final Calendar sentToProcessorAt
private final String comment
private final String id
private final String url
private final String category
private final String sequenceNumber
public DisputeEvidence(NodeWrapper node)
public Calendar getCreatedAt()
public Calendar getSentToProcessorAt()
public String getComment()
public String getId()
public String getUrl()
@Deprecated public String getTag()
public String getCategory()
public String getSequenceNumber()
Copyright © 2013-2018. All Rights Reserved.