public class CreateCallbackUrlResponse 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="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="callbackUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
applicationId |
protected String |
callbackUrl |
protected String |
id |
protected String |
name |
| Constructor and Description |
|---|
CreateCallbackUrlResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getCallbackUrl()
Gets the value of the callbackUrl property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setCallbackUrl(String value)
Sets the value of the callbackUrl 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 long applicationId
protected String name
protected String callbackUrl
public void setId(String value)
value - allowed object is
Stringpublic long getApplicationId()
public void setApplicationId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCallbackUrl()
StringCopyright © 2017 Lime - HighTech Solutions Inc.. All rights reserved.