public final class UsersGetUserSettingsResponseCommonUnitsUnits extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
abbreviation |
Unit abbreviation
|
String |
unit |
Unit identifier
|
String |
unitName |
Unit name
|
String |
unitType |
Type of unit, currently LENGTH, ANGLE or MASS
|
Number |
valueInBaseUnits |
Conversion factor
|
| Constructor | Description |
|---|---|
UsersGetUserSettingsResponseCommonUnitsUnits() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAbbreviation() |
Get Unit abbreviation
|
String |
getUnit() |
Get Unit identifier
|
String |
getUnitName() |
Get Unit name
|
String |
getUnitType() |
Get Type of unit, currently LENGTH, ANGLE or MASS
|
Number |
getValueInBaseUnits() |
Get Conversion factor
|
String |
toString() |
getOtherPropertiespublic String unit
public Number valueInBaseUnits
public String unitType
public String unitName
public String abbreviation
public UsersGetUserSettingsResponseCommonUnitsUnits()
public final String getUnit()
public final Number getValueInBaseUnits()
public final String getUnitType()
public final String getUnitName()
public final String getAbbreviation()
Copyright © 2021. All rights reserved.