public class CostSummaryTrendResponse 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 CostSummaryTrendResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CostSummaryTrendResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="month" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="packetDataCharges" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="smsCharges" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="voiceCharges" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
month |
protected String |
packetDataCharges |
protected String |
smsCharges |
protected String |
voiceCharges |
| Constructor and Description |
|---|
CostSummaryTrendResponse() |
| 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 |
getMonth()
Gets the value of the month property.
|
String |
getPacketDataCharges()
Gets the value of the packetDataCharges property.
|
String |
getSmsCharges()
Gets the value of the smsCharges property.
|
String |
getVoiceCharges()
Gets the value of the voiceCharges property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setMonth(String value)
Sets the value of the month property.
|
void |
setPacketDataCharges(String value)
Sets the value of the packetDataCharges property.
|
void |
setSmsCharges(String value)
Sets the value of the smsCharges property.
|
void |
setVoiceCharges(String value)
Sets the value of the voiceCharges property.
|
String |
toString() |
@NotNull protected String month
@NotNull protected String packetDataCharges
@NotNull protected String smsCharges
@NotNull protected String voiceCharges
public String getMonth()
Stringpublic void setMonth(String value)
value - allowed object is
Stringpublic String getPacketDataCharges()
Stringpublic void setPacketDataCharges(String value)
value - allowed object is
Stringpublic String getSmsCharges()
Stringpublic void setSmsCharges(String value)
value - allowed object is
Stringpublic String getVoiceCharges()
Stringpublic void setVoiceCharges(String value)
value - allowed object is
Stringpublic 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.