| Modifier and Type | Field and Description |
|---|---|
String |
id |
TpmModel |
model |
TpmTypeOptions |
options |
| Constructor and Description |
|---|
TPMInfo() |
TPMInfo(String id,
TpmModel model,
TpmTypeOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
TPMInfo |
withId(String value) |
TPMInfo |
withModel(TpmModel value) |
TPMInfo |
withOptions(TpmTypeOptions value) |
toString@Nonnull public TpmTypeOptions options
public TPMInfo()
public TPMInfo(String id, TpmModel model, TpmTypeOptions options)
@Nonnull public TPMInfo withOptions(TpmTypeOptions value)
public List<String> getFieldNames()
getFieldNames in class QApiTypepublic Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName in class QApiTypeNoSuchFieldException