public class ExportPreset extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="presetId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
presetId |
protected String |
sessionId |
| Constructor and Description |
|---|
ExportPreset() |
| Modifier and Type | Method and Description |
|---|---|
long |
getPresetId()
Gets the value of the presetId property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setPresetId(long value)
Sets the value of the presetId property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected long presetId
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic long getPresetId()
public void setPresetId(long value)
Copyright © 2020. All rights reserved.