Class TicketStateUpdate
- java.lang.Object
-
- org.opennms.integration.otrs.ticketservice.TicketStateUpdate
-
- All Implemented Interfaces:
java.io.Serializable
public class TicketStateUpdate extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TicketStateUpdate()TicketStateUpdate(java.lang.String user, java.lang.Integer userID, java.lang.Integer ticketID, java.lang.Long ticketNumber, java.lang.String state, java.lang.Integer stateID)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static org.apache.axis.encoding.DeserializergetDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Deserializerstatic org.apache.axis.encoding.SerializergetSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializerjava.lang.StringgetState()Gets the state value for this TicketStateUpdate.java.lang.IntegergetStateID()Gets the stateID value for this TicketStateUpdate.java.lang.IntegergetTicketID()Gets the ticketID value for this TicketStateUpdate.java.lang.LonggetTicketNumber()Gets the ticketNumber value for this TicketStateUpdate.static org.apache.axis.description.TypeDescgetTypeDesc()Return type metadata objectjava.lang.StringgetUser()Gets the user value for this TicketStateUpdate.java.lang.IntegergetUserID()Gets the userID value for this TicketStateUpdate.inthashCode()voidsetState(java.lang.String state)Sets the state value for this TicketStateUpdate.voidsetStateID(java.lang.Integer stateID)Sets the stateID value for this TicketStateUpdate.voidsetTicketID(java.lang.Integer ticketID)Sets the ticketID value for this TicketStateUpdate.voidsetTicketNumber(java.lang.Long ticketNumber)Sets the ticketNumber value for this TicketStateUpdate.voidsetUser(java.lang.String user)Sets the user value for this TicketStateUpdate.voidsetUserID(java.lang.Integer userID)Sets the userID value for this TicketStateUpdate.
-
-
-
Method Detail
-
getUser
public java.lang.String getUser()
Gets the user value for this TicketStateUpdate.- Returns:
- user
-
setUser
public void setUser(java.lang.String user)
Sets the user value for this TicketStateUpdate.- Parameters:
user-
-
getUserID
public java.lang.Integer getUserID()
Gets the userID value for this TicketStateUpdate.- Returns:
- userID
-
setUserID
public void setUserID(java.lang.Integer userID)
Sets the userID value for this TicketStateUpdate.- Parameters:
userID-
-
getTicketID
public java.lang.Integer getTicketID()
Gets the ticketID value for this TicketStateUpdate.- Returns:
- ticketID
-
setTicketID
public void setTicketID(java.lang.Integer ticketID)
Sets the ticketID value for this TicketStateUpdate.- Parameters:
ticketID-
-
getTicketNumber
public java.lang.Long getTicketNumber()
Gets the ticketNumber value for this TicketStateUpdate.- Returns:
- ticketNumber
-
setTicketNumber
public void setTicketNumber(java.lang.Long ticketNumber)
Sets the ticketNumber value for this TicketStateUpdate.- Parameters:
ticketNumber-
-
getState
public java.lang.String getState()
Gets the state value for this TicketStateUpdate.- Returns:
- state
-
setState
public void setState(java.lang.String state)
Sets the state value for this TicketStateUpdate.- Parameters:
state-
-
getStateID
public java.lang.Integer getStateID()
Gets the stateID value for this TicketStateUpdate.- Returns:
- stateID
-
setStateID
public void setStateID(java.lang.Integer stateID)
Sets the stateID value for this TicketStateUpdate.- Parameters:
stateID-
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.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
-
-