public final class PartsGetPartsResponsePartsMaterialProperties extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
description |
Material property description
|
String |
name |
Material property name
|
String |
units |
Units of the material property value
|
Number |
value |
Material property value
|
| Constructor | Description |
|---|---|
PartsGetPartsResponsePartsMaterialProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
Get Material property description
|
String |
getName() |
Get Material property name
|
String |
getUnits() |
Get Units of the material property value
|
Number |
getValue() |
Get Material property value
|
String |
toString() |
getOtherPropertiespublic String name
public String units
public String description
public Number value
public PartsGetPartsResponsePartsMaterialProperties()
public final String getName()
public final String getUnits()
public final String getDescription()
public final Number getValue()
Copyright © 2021. All rights reserved.