Package dev.pcvolkmer.mv64e.model
Class HrdScoreComponents
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.HrdScoreComponents
-
public class HrdScoreComponents extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrdScoreComponents.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_LOHstatic java.lang.StringJSON_PROPERTY_LSTstatic java.lang.StringJSON_PROPERTY_TAI
-
Constructor Summary
Constructors Constructor Description HrdScoreComponents()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrdScoreComponents.Builderbuilder()booleanequals(java.lang.Object o)java.math.BigDecimalgetLoh()java.math.BigDecimalgetLst()java.math.BigDecimalgetTai()inthashCode()HrdScoreComponentsloh(java.math.BigDecimal loh)HrdScoreComponentslst(java.math.BigDecimal lst)voidsetLoh(java.math.BigDecimal loh)voidsetLst(java.math.BigDecimal lst)voidsetTai(java.math.BigDecimal tai)HrdScoreComponentstai(java.math.BigDecimal tai)HrdScoreComponents.BuildertoBuilder()java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LST
public static final java.lang.String JSON_PROPERTY_LST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOH
public static final java.lang.String JSON_PROPERTY_LOH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TAI
public static final java.lang.String JSON_PROPERTY_TAI
- See Also:
- Constant Field Values
-
-
Method Detail
-
lst
public HrdScoreComponents lst(java.math.BigDecimal lst)
-
getLst
public java.math.BigDecimal getLst()
-
setLst
public void setLst(java.math.BigDecimal lst)
-
loh
public HrdScoreComponents loh(java.math.BigDecimal loh)
-
getLoh
public java.math.BigDecimal getLoh()
-
setLoh
public void setLoh(java.math.BigDecimal loh)
-
tai
public HrdScoreComponents tai(java.math.BigDecimal tai)
-
getTai
public java.math.BigDecimal getTai()
-
setTai
public void setTai(java.math.BigDecimal tai)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static HrdScoreComponents.Builder builder()
-
toBuilder
public HrdScoreComponents.Builder toBuilder()
-
-