public class InsuranceRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_B |
static String |
SERIALIZED_NAME_T |
| Constructor and Description |
|---|
InsuranceRecord() |
| Modifier and Type | Method and Description |
|---|---|
InsuranceRecord |
b(String b) |
boolean |
equals(Object o) |
String |
getB()
Insurance balance
|
Long |
getT()
Unix timestamp in seconds
|
int |
hashCode() |
void |
setB(String b) |
void |
setT(Long t) |
InsuranceRecord |
t(Long t) |
String |
toString() |
public static final String SERIALIZED_NAME_T
public static final String SERIALIZED_NAME_B
public InsuranceRecord t(Long t)
public void setT(Long t)
public InsuranceRecord b(String b)
public void setB(String b)
Copyright © 2023. All rights reserved.