public class CalRequestData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CalItemInformation> |
information |
protected int |
informationArraySize |
protected long |
requestID |
private static long |
serialVersionUID |
Constructor and Description |
---|
CalRequestData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CalItemInformation> |
getInformation()
Gets the value of the information property.
|
int |
getInformationArraySize()
Gets the value of the informationArraySize property.
|
long |
getRequestID()
Gets the value of the requestID property.
|
int |
hashCode() |
void |
setInformation(java.util.List<CalItemInformation> information)
Sets the value of the information property.
|
void |
setInformationArraySize(int value)
Sets the value of the informationArraySize property.
|
void |
setRequestID(long value)
Sets the value of the requestID property.
|
java.lang.String |
toString() |
CalRequestData |
withInformation(CalItemInformation... values) |
CalRequestData |
withInformation(java.util.Collection<CalItemInformation> values) |
CalRequestData |
withInformationArraySize(int value) |
CalRequestData |
withRequestID(long value) |
private static final long serialVersionUID
protected long requestID
protected int informationArraySize
protected java.util.List<CalItemInformation> information
public long getRequestID()
public void setRequestID(long value)
public int getInformationArraySize()
public void setInformationArraySize(int value)
public java.util.List<CalItemInformation> getInformation()
CalItemInformation
public CalRequestData withRequestID(long value)
public CalRequestData withInformationArraySize(int value)
public CalRequestData withInformation(CalItemInformation... values)
public CalRequestData withInformation(java.util.Collection<CalItemInformation> values)
public void setInformation(java.util.List<CalItemInformation> information)
information
- allowed object is
CalItemInformation
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.