public class SMSSharedKeyword extends APIObject
Java class for SMSSharedKeyword complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SMSSharedKeyword">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="ShortCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SharedKeyword" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RequestDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EffectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ExpireDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ReturnToPoolDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
countryCode |
protected Date |
effectiveDate |
protected Date |
expireDate |
protected Date |
requestDate |
protected Date |
returnToPoolDate |
protected String |
sharedKeyword |
protected String |
shortCode |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SMSSharedKeyword() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
Gets the value of the countryCode property.
|
Date |
getEffectiveDate()
Gets the value of the effectiveDate property.
|
Date |
getExpireDate()
Gets the value of the expireDate property.
|
Date |
getRequestDate()
Gets the value of the requestDate property.
|
Date |
getReturnToPoolDate()
Gets the value of the returnToPoolDate property.
|
String |
getSharedKeyword()
Gets the value of the sharedKeyword property.
|
String |
getShortCode()
Gets the value of the shortCode property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setEffectiveDate(Date value)
Sets the value of the effectiveDate property.
|
void |
setExpireDate(Date value)
Sets the value of the expireDate property.
|
void |
setRequestDate(Date value)
Sets the value of the requestDate property.
|
void |
setReturnToPoolDate(Date value)
Sets the value of the returnToPoolDate property.
|
void |
setSharedKeyword(String value)
Sets the value of the sharedKeyword property.
|
void |
setShortCode(String value)
Sets the value of the shortCode property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String shortCode
protected String sharedKeyword
protected Date requestDate
protected Date effectiveDate
protected Date expireDate
protected Date returnToPoolDate
protected String countryCode
public String getShortCode()
Stringpublic void setShortCode(String value)
value - allowed object is
Stringpublic String getSharedKeyword()
Stringpublic void setSharedKeyword(String value)
value - allowed object is
Stringpublic Date getRequestDate()
Stringpublic void setRequestDate(Date value)
value - allowed object is
Stringpublic Date getEffectiveDate()
Stringpublic void setEffectiveDate(Date value)
value - allowed object is
Stringpublic Date getExpireDate()
Stringpublic void setExpireDate(Date value)
value - allowed object is
Stringpublic Date getReturnToPoolDate()
Stringpublic void setReturnToPoolDate(Date value)
value - allowed object is
Stringpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.