public static class BeatApi.Errors extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="error" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
error |
protected String |
errorMessage |
Constructor and Description |
---|
Errors() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
boolean |
isError()
Gets the value of the error property.
|
void |
setError(boolean value)
Sets the value of the error property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
protected boolean error
protected String errorMessage
Copyright © 2018 The Apache Software Foundation. All rights reserved.