public class SchValidation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId
Agent ID
|
private static long |
serialVersionUID |
protected double |
wmDate
Date
OleDateTime |
protected java.util.List<java.lang.String> |
wmErrors
An array of error messages
|
protected int |
wmErrorsNSizeIs
Number of elements in "wmErrors" array
|
protected int |
wmSiteId
Site ID
|
protected java.util.List<java.lang.String> |
wmWarnings
An array of warning messages
|
protected int |
wmWarningsNSizeIs
Number of elements in "wmWarnings" array
|
Constructor and Description |
---|
SchValidation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
double |
getWmDate()
Gets the value of the wmDate property.
|
java.util.List<java.lang.String> |
getWmErrors()
Gets the value of the wmErrors property.
|
int |
getWmErrorsNSizeIs()
Gets the value of the wmErrorsNSizeIs property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
java.util.List<java.lang.String> |
getWmWarnings()
Gets the value of the wmWarnings property.
|
int |
getWmWarningsNSizeIs()
Gets the value of the wmWarningsNSizeIs property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmDate(double value)
Sets the value of the wmDate property.
|
void |
setWmErrors(java.util.List<java.lang.String> wmErrors)
Sets the value of the wmErrors property.
|
void |
setWmErrorsNSizeIs(int value)
Sets the value of the wmErrorsNSizeIs property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmWarnings(java.util.List<java.lang.String> wmWarnings)
Sets the value of the wmWarnings property.
|
void |
setWmWarningsNSizeIs(int value)
Sets the value of the wmWarningsNSizeIs property.
|
java.lang.String |
toString() |
SchValidation |
withGswAgentId(int value) |
SchValidation |
withWmDate(double value) |
SchValidation |
withWmErrors(java.util.Collection<java.lang.String> values) |
SchValidation |
withWmErrors(java.lang.String... values) |
SchValidation |
withWmErrorsNSizeIs(int value) |
SchValidation |
withWmSiteId(int value) |
SchValidation |
withWmWarnings(java.util.Collection<java.lang.String> values) |
SchValidation |
withWmWarnings(java.lang.String... values) |
SchValidation |
withWmWarningsNSizeIs(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected int gswAgentId
protected double wmDate
OleDateTime
protected int wmErrorsNSizeIs
protected java.util.List<java.lang.String> wmErrors
protected int wmWarningsNSizeIs
protected java.util.List<java.lang.String> wmWarnings
public int getWmSiteId()
public void setWmSiteId(int value)
public int getGswAgentId()
public void setGswAgentId(int value)
public double getWmDate()
public void setWmDate(double value)
public int getWmErrorsNSizeIs()
public void setWmErrorsNSizeIs(int value)
public java.util.List<java.lang.String> getWmErrors()
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 wmErrors property.
For example, to add a new item, do as follows:
getWmErrors().add(newItem);
Objects of the following type(s) are allowed in the list
String
public int getWmWarningsNSizeIs()
public void setWmWarningsNSizeIs(int value)
public java.util.List<java.lang.String> getWmWarnings()
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 wmWarnings property.
For example, to add a new item, do as follows:
getWmWarnings().add(newItem);
Objects of the following type(s) are allowed in the list
String
public SchValidation withWmSiteId(int value)
public SchValidation withGswAgentId(int value)
public SchValidation withWmDate(double value)
public SchValidation withWmErrorsNSizeIs(int value)
public SchValidation withWmErrors(java.lang.String... values)
public SchValidation withWmErrors(java.util.Collection<java.lang.String> values)
public SchValidation withWmWarningsNSizeIs(int value)
public SchValidation withWmWarnings(java.lang.String... values)
public SchValidation withWmWarnings(java.util.Collection<java.lang.String> values)
public void setWmErrors(java.util.List<java.lang.String> wmErrors)
wmErrors
- allowed object is
String
public void setWmWarnings(java.util.List<java.lang.String> wmWarnings)
wmWarnings
- allowed object is
String
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.