Class QmpSetDisplayPassword
java.lang.Object
org.jdrupes.vmoperator.runner.qemu.commands.QmpCommand
org.jdrupes.vmoperator.runner.qemu.commands.QmpSetDisplayPassword
A
QmpCommand
that sets the display password.-
Field Summary
Fields inherited from class org.jdrupes.vmoperator.runner.qemu.commands.QmpCommand
mapper
-
Constructor Summary
ConstructorDescriptionQmpSetDisplayPassword
(String protocol, String password) Instantiates a new command. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
toJson()
Returns the Json to be sent to the Qemu process.toString()
CallsQmpCommand.asText()
but suppresses theJsonProcessingException
.Methods inherited from class org.jdrupes.vmoperator.runner.qemu.commands.QmpCommand
asText, parseJson
-
Constructor Details
-
QmpSetDisplayPassword
Instantiates a new command.- Parameters:
protocol
- the protocolpassword
- the password
-
-
Method Details
-
toJson
Description copied from class:QmpCommand
Returns the Json to be sent to the Qemu process.- Specified by:
toJson
in classQmpCommand
- Returns:
- the json node
-
toString
Description copied from class:QmpCommand
CallsQmpCommand.asText()
but suppresses theJsonProcessingException
.- Overrides:
toString
in classQmpCommand
- Returns:
- the string
-