public class CfgValidationHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgValidationMsg> |
errorArray
An array of error messages
|
protected int |
errorArrayNSizeIs
Number of elements in errorArray array
|
protected int |
objectID
An ID of object that was modified/created
|
private static long |
serialVersionUID |
protected boolean |
success
Operation succeeded, and Object was modified (true/false)
|
protected java.util.List<CfgValidationMsg> |
warningArray
An array of warning messages
|
protected int |
warningArrayNSizeIs
Number of elements in warningArray array
|
Constructor and Description |
---|
CfgValidationHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgValidationMsg> |
getErrorArray()
Gets the value of the errorArray property.
|
int |
getErrorArrayNSizeIs()
Gets the value of the errorArrayNSizeIs property.
|
int |
getObjectID()
Gets the value of the objectID property.
|
java.util.List<CfgValidationMsg> |
getWarningArray()
Gets the value of the warningArray property.
|
int |
getWarningArrayNSizeIs()
Gets the value of the warningArrayNSizeIs property.
|
int |
hashCode() |
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setErrorArray(java.util.List<CfgValidationMsg> errorArray)
Sets the value of the errorArray property.
|
void |
setErrorArrayNSizeIs(int value)
Sets the value of the errorArrayNSizeIs property.
|
void |
setObjectID(int value)
Sets the value of the objectID property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
void |
setWarningArray(java.util.List<CfgValidationMsg> warningArray)
Sets the value of the warningArray property.
|
void |
setWarningArrayNSizeIs(int value)
Sets the value of the warningArrayNSizeIs property.
|
java.lang.String |
toString() |
CfgValidationHolder |
withErrorArray(CfgValidationMsg... values) |
CfgValidationHolder |
withErrorArray(java.util.Collection<CfgValidationMsg> values) |
CfgValidationHolder |
withErrorArrayNSizeIs(int value) |
CfgValidationHolder |
withObjectID(int value) |
CfgValidationHolder |
withSuccess(boolean value) |
CfgValidationHolder |
withWarningArray(CfgValidationMsg... values) |
CfgValidationHolder |
withWarningArray(java.util.Collection<CfgValidationMsg> values) |
CfgValidationHolder |
withWarningArrayNSizeIs(int value) |
private static final long serialVersionUID
protected boolean success
protected int warningArrayNSizeIs
protected java.util.List<CfgValidationMsg> warningArray
protected int errorArrayNSizeIs
protected java.util.List<CfgValidationMsg> errorArray
protected int objectID
public boolean isSuccess()
public void setSuccess(boolean value)
public int getWarningArrayNSizeIs()
public void setWarningArrayNSizeIs(int value)
public java.util.List<CfgValidationMsg> getWarningArray()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the warningArray property.
For example, to add a new item, do as follows:
getWarningArray().add(newItem);
Objects of the following type(s) are allowed in the list
CfgValidationMsg
public int getErrorArrayNSizeIs()
public void setErrorArrayNSizeIs(int value)
public java.util.List<CfgValidationMsg> getErrorArray()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the errorArray property.
For example, to add a new item, do as follows:
getErrorArray().add(newItem);
Objects of the following type(s) are allowed in the list
CfgValidationMsg
public int getObjectID()
public void setObjectID(int value)
public CfgValidationHolder withSuccess(boolean value)
public CfgValidationHolder withWarningArrayNSizeIs(int value)
public CfgValidationHolder withWarningArray(CfgValidationMsg... values)
public CfgValidationHolder withWarningArray(java.util.Collection<CfgValidationMsg> values)
public CfgValidationHolder withErrorArrayNSizeIs(int value)
public CfgValidationHolder withErrorArray(CfgValidationMsg... values)
public CfgValidationHolder withErrorArray(java.util.Collection<CfgValidationMsg> values)
public CfgValidationHolder withObjectID(int value)
public void setWarningArray(java.util.List<CfgValidationMsg> warningArray)
warningArray
- allowed object is
CfgValidationMsg
public void setErrorArray(java.util.List<CfgValidationMsg> errorArray)
errorArray
- allowed object is
CfgValidationMsg
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.