com.turtletech
Class EndpointInfo
java.lang.Object
com.turtletech.EndpointInfo
- All Implemented Interfaces:
- java.io.Serializable
public class EndpointInfo
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
EndpointInfo
public EndpointInfo()
getEndpointId
public int getEndpointId()
setEndpointId
public void setEndpointId(int endpointId)
getSNR
public double getSNR()
setSNR
public void setSNR(double SNR)
getFirmwareVersion
public java.lang.String getFirmwareVersion()
setFirmwareVersion
public void setFirmwareVersion(java.lang.String firmwareVersion)
getModel
public java.lang.String getModel()
setModel
public void setModel(java.lang.String model)
getKH
public float getKH()
setKH
public void setKH(float kH)
getDownstreamPercent
public int getDownstreamPercent()
setDownstreamPercent
public void setDownstreamPercent(int downstreamPercent)
getConfigGroup
public java.lang.String getConfigGroup()
setConfigGroup
public void setConfigGroup(java.lang.String configGroup)
getOutageCount
public int getOutageCount()
setOutageCount
public void setOutageCount(int outageCount)
getMomentaryEventCount
public int getMomentaryEventCount()
setMomentaryEventCount
public void setMomentaryEventCount(int momentaryEventCount)
getSPU
public java.lang.String getSPU()
setSPU
public void setSPU(java.lang.String SPU)
getLastBillableLogDate
public java.util.Calendar getLastBillableLogDate()
setLastBillableLogDate
public void setLastBillableLogDate(java.util.Calendar lastBillableLogDate)
getStatusAndDays
public java.lang.String getStatusAndDays()
setStatusAndDays
public void setStatusAndDays(java.lang.String statusAndDays)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Serializer
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Deserializer