public class TrafficDetailRequest 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}TrafficDetailRequestGroup"/>
<element name="reportGroup" type="{http://service.aeris.com/reports/v1/basetype}ReportGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceId |
protected Calendar |
endDate |
protected Long |
reportGroup |
protected Calendar |
startDate |
protected TrafficType |
trafficTypes |
| Constructor and Description |
|---|
TrafficDetailRequest() |
| 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 |
getDeviceId()
Gets the value of the deviceId property.
|
Calendar |
getEndDate()
Gets the value of the endDate property.
|
Long |
getReportGroup()
Gets the value of the reportGroup property.
|
Calendar |
getStartDate()
Gets the value of the startDate property.
|
TrafficType |
getTrafficTypes()
Gets the value of the trafficTypes property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDeviceId(String value)
Sets the value of the deviceId property.
|
void |
setEndDate(Calendar value)
Sets the value of the endDate property.
|
void |
setReportGroup(Long value)
Sets the value of the reportGroup property.
|
void |
setStartDate(Calendar value)
Sets the value of the startDate property.
|
void |
setTrafficTypes(TrafficType value)
Sets the value of the trafficTypes property.
|
String |
toString() |
@NotNull protected String deviceId
@NotNull protected Calendar startDate
@NotNull protected Calendar endDate
@NotNull protected TrafficType trafficTypes
@NotNull @DecimalMax(value="4294967295") @DecimalMin(value="0") protected Long reportGroup
public String getDeviceId()
Stringpublic void setDeviceId(String value)
value - allowed object is
Stringpublic Calendar getStartDate()
Stringpublic void setStartDate(Calendar value)
value - allowed object is
Stringpublic Calendar getEndDate()
Stringpublic void setEndDate(Calendar value)
value - allowed object is
Stringpublic TrafficType getTrafficTypes()
TrafficTypepublic void setTrafficTypes(TrafficType value)
value - allowed object is
TrafficTypepublic Long getReportGroup()
Longpublic void setReportGroup(Long value)
value - allowed object is
Longpublic 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.