public class SchValidation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
gswAgentId
Agent ID
|
private double |
wmDate
Date
OleDateTime |
private java.lang.String[] |
wmErrors
An array of error messages
|
private int |
wmErrorsNSizeIs
Number of elements in "wmErrors" array
|
private int |
wmSiteId
Site ID
|
private java.lang.String[] |
wmWarnings
An array of warning messages
|
private int |
wmWarningsNSizeIs
Number of elements in "wmWarnings" array
|
Constructor and Description |
---|
SchValidation() |
SchValidation(int wmSiteId,
int gswAgentId,
double wmDate,
int wmErrorsNSizeIs,
java.lang.String[] wmErrors,
int wmWarningsNSizeIs,
java.lang.String[] wmWarnings) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswAgentId()
Gets the gswAgentId value for this SchValidation.
|
double |
getWmDate()
Gets the wmDate value for this SchValidation.
|
java.lang.String[] |
getWmErrors()
Gets the wmErrors value for this SchValidation.
|
int |
getWmErrorsNSizeIs()
Gets the wmErrorsNSizeIs value for this SchValidation.
|
int |
getWmSiteId()
Gets the wmSiteId value for this SchValidation.
|
java.lang.String[] |
getWmWarnings()
Gets the wmWarnings value for this SchValidation.
|
int |
getWmWarningsNSizeIs()
Gets the wmWarningsNSizeIs value for this SchValidation.
|
int |
hashCode() |
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchValidation.
|
void |
setWmDate(double wmDate)
Sets the wmDate value for this SchValidation.
|
void |
setWmErrors(java.lang.String[] wmErrors)
Sets the wmErrors value for this SchValidation.
|
void |
setWmErrorsNSizeIs(int wmErrorsNSizeIs)
Sets the wmErrorsNSizeIs value for this SchValidation.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this SchValidation.
|
void |
setWmWarnings(java.lang.String[] wmWarnings)
Sets the wmWarnings value for this SchValidation.
|
void |
setWmWarningsNSizeIs(int wmWarningsNSizeIs)
Sets the wmWarningsNSizeIs value for this SchValidation.
|
private int wmSiteId
private int gswAgentId
private double wmDate
OleDateTime
private int wmErrorsNSizeIs
private java.lang.String[] wmErrors
private int wmWarningsNSizeIs
private java.lang.String[] wmWarnings
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchValidation()
public SchValidation(int wmSiteId, int gswAgentId, double wmDate, int wmErrorsNSizeIs, java.lang.String[] wmErrors, int wmWarningsNSizeIs, java.lang.String[] wmWarnings)
public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public double getWmDate()
public void setWmDate(double wmDate)
wmDate
- public int getWmErrorsNSizeIs()
public void setWmErrorsNSizeIs(int wmErrorsNSizeIs)
wmErrorsNSizeIs
- public java.lang.String[] getWmErrors()
public void setWmErrors(java.lang.String[] wmErrors)
wmErrors
- public int getWmWarningsNSizeIs()
public void setWmWarningsNSizeIs(int wmWarningsNSizeIs)
wmWarningsNSizeIs
- public java.lang.String[] getWmWarnings()
public void setWmWarnings(java.lang.String[] wmWarnings)
wmWarnings
- public boolean equals(java.lang.Object obj)
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.