public class PrivateIP extends APIObject
Java class for PrivateIP complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrivateIP">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="OrdinalID" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
<element name="IPAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
ipAddress |
protected Boolean |
isActive |
protected String |
name |
protected Short |
ordinalID |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
PrivateIP() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getIPAddress()
Gets the value of the ipAddress property.
|
Boolean |
getIsActive()
Gets the value of the isActive property.
|
String |
getName()
Gets the value of the name property.
|
Short |
getOrdinalID()
Gets the value of the ordinalID property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIPAddress(String value)
Sets the value of the ipAddress property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrdinalID(Short value)
Sets the value of the ordinalID 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 name
protected String description
protected Boolean isActive
protected Short ordinalID
protected String ipAddress
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean getIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
Booleanpublic Short getOrdinalID()
Shortpublic void setOrdinalID(Short value)
value - allowed object is
Shortpublic String getIPAddress()
Stringpublic void setIPAddress(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.