public class ETApiProperty extends Object
ETApiProperty represents API property name value pair in
the Salesforce Marketing Cloud API.| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
ETApiProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.