public class CompressionConfiguration extends Object
Java class for CompressionConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompressionConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://exacttarget.com/wsdl/partnerAPI}CompressionType" minOccurs="0"/>
<element name="Encoding" type="{http://exacttarget.com/wsdl/partnerAPI}CompressionEncoding" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CompressionEncoding |
encoding |
protected CompressionType |
type |
| Constructor and Description |
|---|
CompressionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CompressionEncoding |
getEncoding()
Gets the value of the encoding property.
|
CompressionType |
getType()
Gets the value of the type property.
|
void |
setEncoding(CompressionEncoding value)
Sets the value of the encoding property.
|
void |
setType(CompressionType value)
Sets the value of the type property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected CompressionType type
protected CompressionEncoding encoding
public CompressionType getType()
CompressionTypepublic void setType(CompressionType value)
value - allowed object is
CompressionTypepublic CompressionEncoding getEncoding()
CompressionEncodingpublic void setEncoding(CompressionEncoding value)
value - allowed object is
CompressionEncodingCopyright © 2017. All rights reserved.