mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-06 04:14:03 +01:00
quick fix on dto objects
Signed-off-by: Laurent ARNAL <laurent@clae.net>
This commit is contained in:
parent
4e34da2e36
commit
cd53876b0b
@ -26,7 +26,7 @@ public class AddressInfo {
|
|||||||
public String street;
|
public String street;
|
||||||
public String locality;
|
public String locality;
|
||||||
|
|
||||||
@SerializedName("postalCode")
|
@SerializedName("postal_code")
|
||||||
public String postalCode;
|
public String postalCode;
|
||||||
|
|
||||||
@SerializedName("insee_code")
|
@SerializedName("insee_code")
|
||||||
|
@ -40,6 +40,9 @@ public class Contracts {
|
|||||||
@SerializedName("contract_status")
|
@SerializedName("contract_status")
|
||||||
public String contractStatus;
|
public String contractStatus;
|
||||||
|
|
||||||
|
@SerializedName("contract_type")
|
||||||
|
public String contractType;
|
||||||
|
|
||||||
@SerializedName("last_distribution_tariff_change_date")
|
@SerializedName("last_distribution_tariff_change_date")
|
||||||
public String lastDistributionTariffChangeDate;
|
public String lastDistributionTariffChangeDate;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user