@CodingStyleguideUnaware public class ErrorType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ErrorType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ErrorType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getCode()
Gets the value of the code property.
|
String |
getText()
Gets the value of the text property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setText(String value)
Sets the value of the text property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ErrorType()
@Nullable public String getCode()
Stringpublic void setCode(@Nullable String value)
value - allowed object is
String@Nullable public String getText()
Stringpublic void setText(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ErrorType ret)
ret - The target object to clone to. May not be <code>null</code>.Copyright © 2021–2022 de4a. All rights reserved.