public class TPMPassthroughOptions extends QApiType
QApiTypeDescriptor{name=TPMPassthroughOptions, data={*path=str, *cancel-path=str}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
cancelPath |
String |
path |
Constructor and Description |
---|
TPMPassthroughOptions() |
TPMPassthroughOptions(String path,
String cancelPath) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
TPMPassthroughOptions |
withCancelPath(String value) |
TPMPassthroughOptions |
withPath(String value) |
toString
@CheckForNull public String path
@CheckForNull public String cancelPath
public TPMPassthroughOptions()
public TPMPassthroughOptions(String path, String cancelPath)
@Nonnull public TPMPassthroughOptions withPath(String value)
@Nonnull public TPMPassthroughOptions withCancelPath(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException