public class TrafficDetailResponse extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://service.aeris.com/reports/v1/compositetype}BaseResponseGroup"/>
<element name="TrafficDetailResponseGroup" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://service.aeris.com/reports/v1/compositetype}TrafficDetailResponseGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
csvString |
protected Calendar |
opCompletionTimestamp |
protected int |
resultCode |
protected String |
resultMessage |
protected List<TrafficDetailResponseGroup> |
trafficDetailResponseGroups |
protected String |
transactionID |
| Constructor and Description |
|---|
TrafficDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getCsvString()
Gets the value of the csvString property.
|
Calendar |
getOpCompletionTimestamp()
Gets the value of the opCompletionTimestamp property.
|
int |
getResultCode()
Gets the value of the resultCode property.
|
String |
getResultMessage()
Gets the value of the resultMessage property.
|
List<TrafficDetailResponseGroup> |
getTrafficDetailResponseGroups()
Gets the value of the trafficDetailResponseGroups property.
|
String |
getTransactionID()
Gets the value of the transactionID property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCsvString(String value)
Sets the value of the csvString property.
|
void |
setOpCompletionTimestamp(Calendar value)
Sets the value of the opCompletionTimestamp property.
|
void |
setResultCode(int value)
Sets the value of the resultCode property.
|
void |
setResultMessage(String value)
Sets the value of the resultMessage property.
|
void |
setTransactionID(String value)
Sets the value of the transactionID property.
|
String |
toString() |
@NotNull @Size(max=36) protected String transactionID
@NotNull
@Digits(integer=9,
fraction=0)
protected int resultCode
@Size(max=255) protected String resultMessage
protected String csvString
@NotNull protected Calendar opCompletionTimestamp
protected List<TrafficDetailResponseGroup> trafficDetailResponseGroups
public String getTransactionID()
Stringpublic void setTransactionID(String value)
value - allowed object is
Stringpublic int getResultCode()
public void setResultCode(int value)
public String getResultMessage()
Stringpublic void setResultMessage(String value)
value - allowed object is
Stringpublic String getCsvString()
Stringpublic void setCsvString(String value)
value - allowed object is
Stringpublic Calendar getOpCompletionTimestamp()
Stringpublic void setOpCompletionTimestamp(Calendar value)
value - allowed object is
Stringpublic List<TrafficDetailResponseGroup> getTrafficDetailResponseGroups()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the trafficDetailResponseGroups property.
For example, to add a new item, do as follows:
getTrafficDetailResponseGroups().add(newItem);
Objects of the following type(s) are allowed in the list
TrafficDetailResponseGroup
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2023. All rights reserved.