public class IdBriefErrorTemplate extends Object implements PrettyPrintable
Constructor and Description |
---|
IdBriefErrorTemplate(IdBriefErrorTemplateKey idKey,
String idValue,
BriefError briefError) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BriefError |
getBriefError() |
IdBriefErrorTemplateKey |
getIdKey() |
String |
getIdValue() |
int |
hashCode() |
String |
toPrettyString()
Returns the contents of this object in the form of a pretty formatted string.
|
String |
toString() |
@ConstructorProperties(value={"idKey","idValue","briefError"}) @Generated(value="lombok") public IdBriefErrorTemplate(IdBriefErrorTemplateKey idKey, String idValue, @NonNull BriefError briefError)
public String toPrettyString()
PrettyPrintable
toPrettyString
in interface PrettyPrintable
@Generated(value="lombok") public IdBriefErrorTemplateKey getIdKey()
@Generated(value="lombok") public String getIdValue()
@NonNull @Generated(value="lombok") public BriefError getBriefError()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.