public class SubscriberResult extends Object
Java class for SubscriberResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriberResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Subscriber" type="{http://exacttarget.com/wsdl/partnerAPI}Subscriber"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ErrorDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Ordinal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected String |
errorDescription |
protected Integer |
ordinal |
protected Subscriber |
subscriber |
| Constructor and Description |
|---|
SubscriberResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getErrorDescription()
Gets the value of the errorDescription property.
|
Integer |
getOrdinal()
Gets the value of the ordinal property.
|
Subscriber |
getSubscriber()
Gets the value of the subscriber property.
|
void |
setErrorCode(String value)
Sets the value of the errorCode property.
|
void |
setErrorDescription(String value)
Sets the value of the errorDescription property.
|
void |
setOrdinal(Integer value)
Sets the value of the ordinal property.
|
void |
setSubscriber(Subscriber value)
Sets the value of the subscriber property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Subscriber subscriber
protected String errorCode
protected String errorDescription
protected Integer ordinal
public Subscriber getSubscriber()
Subscriberpublic void setSubscriber(Subscriber value)
value - allowed object is
Subscriberpublic String getErrorCode()
Stringpublic void setErrorCode(String value)
value - allowed object is
Stringpublic String getErrorDescription()
Stringpublic void setErrorDescription(String value)
value - allowed object is
Stringpublic Integer getOrdinal()
Integerpublic void setOrdinal(Integer value)
value - allowed object is
IntegerCopyright © 2017. All rights reserved.