public class TicketUpdateResponse extends Object implements Serializable
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> <element name="TicketID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="TicketNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ArticleID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="Error" type="{http://www.otrs.org/TicketConnector/}OTRS_Error" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
articleID |
protected OTRSError |
error |
protected BigInteger |
ticketID |
protected String |
ticketNumber |
Constructor and Description |
---|
TicketUpdateResponse() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getArticleID()
Gets the value of the articleID property.
|
OTRSError |
getError()
Gets the value of the error property.
|
BigInteger |
getTicketID()
Gets the value of the ticketID property.
|
String |
getTicketNumber()
Gets the value of the ticketNumber property.
|
void |
setArticleID(BigInteger value)
Sets the value of the articleID property.
|
void |
setError(OTRSError value)
Sets the value of the error property.
|
void |
setTicketID(BigInteger value)
Sets the value of the ticketID property.
|
void |
setTicketNumber(String value)
Sets the value of the ticketNumber property.
|
protected BigInteger ticketID
protected String ticketNumber
protected BigInteger articleID
protected OTRSError error
public BigInteger getTicketID()
String
public void setTicketID(BigInteger value)
value
- allowed object is
String
public String getTicketNumber()
String
public void setTicketNumber(String value)
value
- allowed object is
String
public BigInteger getArticleID()
String
public void setArticleID(BigInteger value)
value
- allowed object is
String
public OTRSError getError()
OTRSError
Copyright © 2021. All rights reserved.