public class CallCenterAnnouncementURLListModify extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<String> |
url1 |
protected com.google.common.base.Optional<String> |
url2 |
protected com.google.common.base.Optional<String> |
url3 |
protected com.google.common.base.Optional<String> |
url4 |
Constructor and Description |
---|
CallCenterAnnouncementURLListModify() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
CallCenterAnnouncementURLListModify datatype,
String elementName)
Appends this DataType to the given Request
|
static CallCenterAnnouncementURLListModify[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type CallCenterAnnouncementURLListModify by parsing the XML node.
|
static CallCenterAnnouncementURLListModify |
getFromNode(Node node)
Retrieves an elements of type CallCenterAnnouncementURLListModify by parsing an XML node.
|
com.google.common.base.Optional<String> |
getUrl1() |
com.google.common.base.Optional<String> |
getUrl2() |
com.google.common.base.Optional<String> |
getUrl3() |
com.google.common.base.Optional<String> |
getUrl4() |
int |
hashCode() |
CallCenterAnnouncementURLListModify |
setUrl1(String url1) |
CallCenterAnnouncementURLListModify |
setUrl2(String url2) |
CallCenterAnnouncementURLListModify |
setUrl3(String url3) |
CallCenterAnnouncementURLListModify |
setUrl4(String url4) |
protected com.google.common.base.Optional<String> url1
protected com.google.common.base.Optional<String> url2
protected com.google.common.base.Optional<String> url3
protected com.google.common.base.Optional<String> url4
public com.google.common.base.Optional<String> getUrl1()
public CallCenterAnnouncementURLListModify setUrl1(String url1)
public com.google.common.base.Optional<String> getUrl2()
public CallCenterAnnouncementURLListModify setUrl2(String url2)
public com.google.common.base.Optional<String> getUrl3()
public CallCenterAnnouncementURLListModify setUrl3(String url3)
public com.google.common.base.Optional<String> getUrl4()
public CallCenterAnnouncementURLListModify setUrl4(String url4)
@GwtIncompatible public static Element formRequest(Request<?> request, CallCenterAnnouncementURLListModify datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static CallCenterAnnouncementURLListModify getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static CallCenterAnnouncementURLListModify[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.Copyright © 2016 ECG. All rights reserved.