Class OmniwalletPropertiesListResponse
java.lang.Object
foundation.omni.netapi.omniwallet.json.OmniwalletPropertiesListResponse
Java POJO for /v1/properties/list response.
additionalProperties
is here so we can add a blockheight
in text file
representations of this response so we can know how old they are.-
Constructor Summary
ConstructorsConstructorDescriptionOmniwalletPropertiesListResponse
(String status, List<OmniwalletPropertyInfo> propertyInfoList) -
Method Summary
-
Constructor Details
-
OmniwalletPropertiesListResponse
public OmniwalletPropertiesListResponse(String status, List<OmniwalletPropertyInfo> propertyInfoList)
-
-
Method Details
-
getStatus
-
getPropertyInfoList
-
getAdditionalProperties
-
setAdditionalProperty
-