public class ValidationResult extends Object
Java class for ValidationResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Subscriber" type="{http://exacttarget.com/wsdl/partnerAPI}Subscriber" minOccurs="0"/>
<element name="CheckTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CheckTimeUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="IsResultValid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsSpam" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Score" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Threshold" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
checkTime |
protected Date |
checkTimeUTC |
protected Boolean |
isResultValid |
protected Boolean |
isSpam |
protected String |
message |
protected Double |
score |
protected Subscriber |
subscriber |
protected Double |
threshold |
| Constructor and Description |
|---|
ValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCheckTime()
Gets the value of the checkTime property.
|
Date |
getCheckTimeUTC()
Gets the value of the checkTimeUTC property.
|
Boolean |
getIsResultValid()
Gets the value of the isResultValid property.
|
Boolean |
getIsSpam()
Gets the value of the isSpam property.
|
String |
getMessage()
Gets the value of the message property.
|
Double |
getScore()
Gets the value of the score property.
|
Subscriber |
getSubscriber()
Gets the value of the subscriber property.
|
Double |
getThreshold()
Gets the value of the threshold property.
|
void |
setCheckTime(Date value)
Sets the value of the checkTime property.
|
void |
setCheckTimeUTC(Date value)
Sets the value of the checkTimeUTC property.
|
void |
setIsResultValid(Boolean value)
Sets the value of the isResultValid property.
|
void |
setIsSpam(Boolean value)
Sets the value of the isSpam property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setScore(Double value)
Sets the value of the score property.
|
void |
setSubscriber(Subscriber value)
Sets the value of the subscriber property.
|
void |
setThreshold(Double value)
Sets the value of the threshold property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Subscriber subscriber
protected Date checkTime
protected Date checkTimeUTC
protected Boolean isResultValid
protected Boolean isSpam
protected Double score
protected Double threshold
protected String message
public Subscriber getSubscriber()
Subscriberpublic void setSubscriber(Subscriber value)
value - allowed object is
Subscriberpublic Date getCheckTime()
Stringpublic void setCheckTime(Date value)
value - allowed object is
Stringpublic Date getCheckTimeUTC()
Stringpublic void setCheckTimeUTC(Date value)
value - allowed object is
Stringpublic Boolean getIsResultValid()
Booleanpublic void setIsResultValid(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsSpam()
Booleanpublic void setIsSpam(Boolean value)
value - allowed object is
Booleanpublic Double getScore()
Doublepublic void setScore(Double value)
value - allowed object is
Doublepublic Double getThreshold()
Doublepublic void setThreshold(Double value)
value - allowed object is
Doublepublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.