Class Ticket
- java.lang.Object
-
- org.opennms.integration.otrs.ticketservice.Ticket
-
- All Implemented Interfaces:
java.io.Serializable
public class Ticket extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Ticket()Ticket(java.lang.Integer ticketID, java.lang.Long ticketNumber, java.lang.String title, java.lang.Integer age, java.lang.String state, java.lang.Integer stateID, java.lang.String stateType, java.lang.String priority, java.lang.Integer priorityID, java.lang.String lock, java.lang.Integer lockID, java.lang.Integer unlockTimeout, java.lang.String queue, java.lang.Integer queueID, java.lang.Integer groupID, java.lang.String customerID, java.lang.String customerUserID, java.lang.String owner, java.lang.Integer ownerID, java.lang.String responsible, java.lang.Integer responsibleID, java.lang.String type, java.lang.Integer typeID, java.lang.Integer SLAID, java.lang.Integer serviceID, java.util.Calendar created, java.lang.Long createTimeUnix, java.lang.Long untilTime, java.lang.Long escalationStartTime, java.lang.Long escalationResponseTime, java.lang.Long escalationSolutionTime)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.IntegergetAge()Gets the age value for this Ticket.java.util.CalendargetCreated()Gets the created value for this Ticket.java.lang.LonggetCreateTimeUnix()Gets the createTimeUnix value for this Ticket.java.lang.StringgetCustomerID()Gets the customerID value for this Ticket.java.lang.StringgetCustomerUserID()Gets the customerUserID value for this Ticket.static org.apache.axis.encoding.DeserializergetDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Deserializerjava.lang.LonggetEscalationResponseTime()Gets the escalationResponseTime value for this Ticket.java.lang.LonggetEscalationSolutionTime()Gets the escalationSolutionTime value for this Ticket.java.lang.LonggetEscalationStartTime()Gets the escalationStartTime value for this Ticket.java.lang.IntegergetGroupID()Gets the groupID value for this Ticket.java.lang.StringgetLock()Gets the lock value for this Ticket.java.lang.IntegergetLockID()Gets the lockID value for this Ticket.java.lang.StringgetOwner()Gets the owner value for this Ticket.java.lang.IntegergetOwnerID()Gets the ownerID value for this Ticket.java.lang.StringgetPriority()Gets the priority value for this Ticket.java.lang.IntegergetPriorityID()Gets the priorityID value for this Ticket.java.lang.StringgetQueue()Gets the queue value for this Ticket.java.lang.IntegergetQueueID()Gets the queueID value for this Ticket.java.lang.StringgetResponsible()Gets the responsible value for this Ticket.java.lang.IntegergetResponsibleID()Gets the responsibleID value for this Ticket.static org.apache.axis.encoding.SerializergetSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializerjava.lang.IntegergetServiceID()Gets the serviceID value for this Ticket.java.lang.IntegergetSLAID()Gets the SLAID value for this Ticket.java.lang.StringgetState()Gets the state value for this Ticket.java.lang.IntegergetStateID()Gets the stateID value for this Ticket.java.lang.StringgetStateType()Gets the stateType value for this Ticket.java.lang.IntegergetTicketID()Gets the ticketID value for this Ticket.java.lang.LonggetTicketNumber()Gets the ticketNumber value for this Ticket.java.lang.StringgetTitle()Gets the title value for this Ticket.java.lang.StringgetType()Gets the type value for this Ticket.static org.apache.axis.description.TypeDescgetTypeDesc()Return type metadata objectjava.lang.IntegergetTypeID()Gets the typeID value for this Ticket.java.lang.IntegergetUnlockTimeout()Gets the unlockTimeout value for this Ticket.java.lang.LonggetUntilTime()Gets the untilTime value for this Ticket.inthashCode()voidsetAge(java.lang.Integer age)Sets the age value for this Ticket.voidsetCreated(java.util.Calendar created)Sets the created value for this Ticket.voidsetCreateTimeUnix(java.lang.Long createTimeUnix)Sets the createTimeUnix value for this Ticket.voidsetCustomerID(java.lang.String customerID)Sets the customerID value for this Ticket.voidsetCustomerUserID(java.lang.String customerUserID)Sets the customerUserID value for this Ticket.voidsetEscalationResponseTime(java.lang.Long escalationResponseTime)Sets the escalationResponseTime value for this Ticket.voidsetEscalationSolutionTime(java.lang.Long escalationSolutionTime)Sets the escalationSolutionTime value for this Ticket.voidsetEscalationStartTime(java.lang.Long escalationStartTime)Sets the escalationStartTime value for this Ticket.voidsetGroupID(java.lang.Integer groupID)Sets the groupID value for this Ticket.voidsetLock(java.lang.String lock)Sets the lock value for this Ticket.voidsetLockID(java.lang.Integer lockID)Sets the lockID value for this Ticket.voidsetOwner(java.lang.String owner)Sets the owner value for this Ticket.voidsetOwnerID(java.lang.Integer ownerID)Sets the ownerID value for this Ticket.voidsetPriority(java.lang.String priority)Sets the priority value for this Ticket.voidsetPriorityID(java.lang.Integer priorityID)Sets the priorityID value for this Ticket.voidsetQueue(java.lang.String queue)Sets the queue value for this Ticket.voidsetQueueID(java.lang.Integer queueID)Sets the queueID value for this Ticket.voidsetResponsible(java.lang.String responsible)Sets the responsible value for this Ticket.voidsetResponsibleID(java.lang.Integer responsibleID)Sets the responsibleID value for this Ticket.voidsetServiceID(java.lang.Integer serviceID)Sets the serviceID value for this Ticket.voidsetSLAID(java.lang.Integer SLAID)Sets the SLAID value for this Ticket.voidsetState(java.lang.String state)Sets the state value for this Ticket.voidsetStateID(java.lang.Integer stateID)Sets the stateID value for this Ticket.voidsetStateType(java.lang.String stateType)Sets the stateType value for this Ticket.voidsetTicketID(java.lang.Integer ticketID)Sets the ticketID value for this Ticket.voidsetTicketNumber(java.lang.Long ticketNumber)Sets the ticketNumber value for this Ticket.voidsetTitle(java.lang.String title)Sets the title value for this Ticket.voidsetType(java.lang.String type)Sets the type value for this Ticket.voidsetTypeID(java.lang.Integer typeID)Sets the typeID value for this Ticket.voidsetUnlockTimeout(java.lang.Integer unlockTimeout)Sets the unlockTimeout value for this Ticket.voidsetUntilTime(java.lang.Long untilTime)Sets the untilTime value for this Ticket.
-
-
-
Constructor Detail
-
Ticket
public Ticket()
-
Ticket
public Ticket(java.lang.Integer ticketID, java.lang.Long ticketNumber, java.lang.String title, java.lang.Integer age, java.lang.String state, java.lang.Integer stateID, java.lang.String stateType, java.lang.String priority, java.lang.Integer priorityID, java.lang.String lock, java.lang.Integer lockID, java.lang.Integer unlockTimeout, java.lang.String queue, java.lang.Integer queueID, java.lang.Integer groupID, java.lang.String customerID, java.lang.String customerUserID, java.lang.String owner, java.lang.Integer ownerID, java.lang.String responsible, java.lang.Integer responsibleID, java.lang.String type, java.lang.Integer typeID, java.lang.Integer SLAID, java.lang.Integer serviceID, java.util.Calendar created, java.lang.Long createTimeUnix, java.lang.Long untilTime, java.lang.Long escalationStartTime, java.lang.Long escalationResponseTime, java.lang.Long escalationSolutionTime)
-
-
Method Detail
-
getTicketID
public java.lang.Integer getTicketID()
Gets the ticketID value for this Ticket.- Returns:
- ticketID
-
setTicketID
public void setTicketID(java.lang.Integer ticketID)
Sets the ticketID value for this Ticket.- Parameters:
ticketID-
-
getTicketNumber
public java.lang.Long getTicketNumber()
Gets the ticketNumber value for this Ticket.- Returns:
- ticketNumber
-
setTicketNumber
public void setTicketNumber(java.lang.Long ticketNumber)
Sets the ticketNumber value for this Ticket.- Parameters:
ticketNumber-
-
getTitle
public java.lang.String getTitle()
Gets the title value for this Ticket.- Returns:
- title
-
setTitle
public void setTitle(java.lang.String title)
Sets the title value for this Ticket.- Parameters:
title-
-
getAge
public java.lang.Integer getAge()
Gets the age value for this Ticket.- Returns:
- age
-
setAge
public void setAge(java.lang.Integer age)
Sets the age value for this Ticket.- Parameters:
age-
-
getState
public java.lang.String getState()
Gets the state value for this Ticket.- Returns:
- state
-
setState
public void setState(java.lang.String state)
Sets the state value for this Ticket.- Parameters:
state-
-
getStateID
public java.lang.Integer getStateID()
Gets the stateID value for this Ticket.- Returns:
- stateID
-
setStateID
public void setStateID(java.lang.Integer stateID)
Sets the stateID value for this Ticket.- Parameters:
stateID-
-
getStateType
public java.lang.String getStateType()
Gets the stateType value for this Ticket.- Returns:
- stateType
-
setStateType
public void setStateType(java.lang.String stateType)
Sets the stateType value for this Ticket.- Parameters:
stateType-
-
getPriority
public java.lang.String getPriority()
Gets the priority value for this Ticket.- Returns:
- priority
-
setPriority
public void setPriority(java.lang.String priority)
Sets the priority value for this Ticket.- Parameters:
priority-
-
getPriorityID
public java.lang.Integer getPriorityID()
Gets the priorityID value for this Ticket.- Returns:
- priorityID
-
setPriorityID
public void setPriorityID(java.lang.Integer priorityID)
Sets the priorityID value for this Ticket.- Parameters:
priorityID-
-
getLock
public java.lang.String getLock()
Gets the lock value for this Ticket.- Returns:
- lock
-
setLock
public void setLock(java.lang.String lock)
Sets the lock value for this Ticket.- Parameters:
lock-
-
getLockID
public java.lang.Integer getLockID()
Gets the lockID value for this Ticket.- Returns:
- lockID
-
setLockID
public void setLockID(java.lang.Integer lockID)
Sets the lockID value for this Ticket.- Parameters:
lockID-
-
getUnlockTimeout
public java.lang.Integer getUnlockTimeout()
Gets the unlockTimeout value for this Ticket.- Returns:
- unlockTimeout
-
setUnlockTimeout
public void setUnlockTimeout(java.lang.Integer unlockTimeout)
Sets the unlockTimeout value for this Ticket.- Parameters:
unlockTimeout-
-
getQueue
public java.lang.String getQueue()
Gets the queue value for this Ticket.- Returns:
- queue
-
setQueue
public void setQueue(java.lang.String queue)
Sets the queue value for this Ticket.- Parameters:
queue-
-
getQueueID
public java.lang.Integer getQueueID()
Gets the queueID value for this Ticket.- Returns:
- queueID
-
setQueueID
public void setQueueID(java.lang.Integer queueID)
Sets the queueID value for this Ticket.- Parameters:
queueID-
-
getGroupID
public java.lang.Integer getGroupID()
Gets the groupID value for this Ticket.- Returns:
- groupID
-
setGroupID
public void setGroupID(java.lang.Integer groupID)
Sets the groupID value for this Ticket.- Parameters:
groupID-
-
getCustomerID
public java.lang.String getCustomerID()
Gets the customerID value for this Ticket.- Returns:
- customerID
-
setCustomerID
public void setCustomerID(java.lang.String customerID)
Sets the customerID value for this Ticket.- Parameters:
customerID-
-
getCustomerUserID
public java.lang.String getCustomerUserID()
Gets the customerUserID value for this Ticket.- Returns:
- customerUserID
-
setCustomerUserID
public void setCustomerUserID(java.lang.String customerUserID)
Sets the customerUserID value for this Ticket.- Parameters:
customerUserID-
-
getOwner
public java.lang.String getOwner()
Gets the owner value for this Ticket.- Returns:
- owner
-
setOwner
public void setOwner(java.lang.String owner)
Sets the owner value for this Ticket.- Parameters:
owner-
-
getOwnerID
public java.lang.Integer getOwnerID()
Gets the ownerID value for this Ticket.- Returns:
- ownerID
-
setOwnerID
public void setOwnerID(java.lang.Integer ownerID)
Sets the ownerID value for this Ticket.- Parameters:
ownerID-
-
getResponsible
public java.lang.String getResponsible()
Gets the responsible value for this Ticket.- Returns:
- responsible
-
setResponsible
public void setResponsible(java.lang.String responsible)
Sets the responsible value for this Ticket.- Parameters:
responsible-
-
getResponsibleID
public java.lang.Integer getResponsibleID()
Gets the responsibleID value for this Ticket.- Returns:
- responsibleID
-
setResponsibleID
public void setResponsibleID(java.lang.Integer responsibleID)
Sets the responsibleID value for this Ticket.- Parameters:
responsibleID-
-
getType
public java.lang.String getType()
Gets the type value for this Ticket.- Returns:
- type
-
setType
public void setType(java.lang.String type)
Sets the type value for this Ticket.- Parameters:
type-
-
getTypeID
public java.lang.Integer getTypeID()
Gets the typeID value for this Ticket.- Returns:
- typeID
-
setTypeID
public void setTypeID(java.lang.Integer typeID)
Sets the typeID value for this Ticket.- Parameters:
typeID-
-
getSLAID
public java.lang.Integer getSLAID()
Gets the SLAID value for this Ticket.- Returns:
- SLAID
-
setSLAID
public void setSLAID(java.lang.Integer SLAID)
Sets the SLAID value for this Ticket.- Parameters:
SLAID-
-
getServiceID
public java.lang.Integer getServiceID()
Gets the serviceID value for this Ticket.- Returns:
- serviceID
-
setServiceID
public void setServiceID(java.lang.Integer serviceID)
Sets the serviceID value for this Ticket.- Parameters:
serviceID-
-
getCreated
public java.util.Calendar getCreated()
Gets the created value for this Ticket.- Returns:
- created
-
setCreated
public void setCreated(java.util.Calendar created)
Sets the created value for this Ticket.- Parameters:
created-
-
getCreateTimeUnix
public java.lang.Long getCreateTimeUnix()
Gets the createTimeUnix value for this Ticket.- Returns:
- createTimeUnix
-
setCreateTimeUnix
public void setCreateTimeUnix(java.lang.Long createTimeUnix)
Sets the createTimeUnix value for this Ticket.- Parameters:
createTimeUnix-
-
getUntilTime
public java.lang.Long getUntilTime()
Gets the untilTime value for this Ticket.- Returns:
- untilTime
-
setUntilTime
public void setUntilTime(java.lang.Long untilTime)
Sets the untilTime value for this Ticket.- Parameters:
untilTime-
-
getEscalationStartTime
public java.lang.Long getEscalationStartTime()
Gets the escalationStartTime value for this Ticket.- Returns:
- escalationStartTime
-
setEscalationStartTime
public void setEscalationStartTime(java.lang.Long escalationStartTime)
Sets the escalationStartTime value for this Ticket.- Parameters:
escalationStartTime-
-
getEscalationResponseTime
public java.lang.Long getEscalationResponseTime()
Gets the escalationResponseTime value for this Ticket.- Returns:
- escalationResponseTime
-
setEscalationResponseTime
public void setEscalationResponseTime(java.lang.Long escalationResponseTime)
Sets the escalationResponseTime value for this Ticket.- Parameters:
escalationResponseTime-
-
getEscalationSolutionTime
public java.lang.Long getEscalationSolutionTime()
Gets the escalationSolutionTime value for this Ticket.- Returns:
- escalationSolutionTime
-
setEscalationSolutionTime
public void setEscalationSolutionTime(java.lang.Long escalationSolutionTime)
Sets the escalationSolutionTime value for this Ticket.- Parameters:
escalationSolutionTime-
-
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
-
-