public class CreateIntegrationResponse 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="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="clientToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="clientSecret" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientSecret |
protected String |
clientToken |
protected String |
id |
protected String |
name |
| Constructor and Description |
|---|
CreateIntegrationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientSecret()
Gets the value of the clientSecret property.
|
String |
getClientToken()
Gets the value of the clientToken property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setClientSecret(String value)
Sets the value of the clientSecret property.
|
void |
setClientToken(String value)
Sets the value of the clientToken property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String id
protected String name
protected String clientToken
protected String clientSecret
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getClientToken()
Stringpublic void setClientToken(String value)
value - allowed object is
Stringpublic String getClientSecret()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.