public class KeepAliveNotificationType extends Object
Java class for KeepAliveNotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeepAliveNotificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="subscribeUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="token" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
subscribeUrl |
protected String |
token |
| Constructor and Description |
|---|
KeepAliveNotificationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubscribeUrl()
Gets the value of the subscribeUrl property.
|
String |
getToken()
Gets the value of the token property.
|
void |
setSubscribeUrl(String value)
Sets the value of the subscribeUrl property.
|
void |
setToken(String value)
Sets the value of the token property.
|
public String getSubscribeUrl()
Stringpublic void setSubscribeUrl(String value)
value - allowed object is
Stringpublic String getToken()
StringCopyright © 2019 Bedework. All rights reserved.