Package net.webpdf.wsclient.openapi
Class OperationSoundAction
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationSoundAction
-
public class OperationSoundAction extends Object
OperationSoundAction
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PLAY_SOUND
-
Constructor Summary
Constructors Constructor Description OperationSoundAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationSoundActionPlaySoundgetPlaySound()Get playSoundinthashCode()OperationSoundActionplaySound(OperationSoundActionPlaySound playSound)voidsetPlaySound(OperationSoundActionPlaySound playSound)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PLAY_SOUND
public static final String JSON_PROPERTY_PLAY_SOUND
- See Also:
- Constant Field Values
-
-
Method Detail
-
playSound
public OperationSoundAction playSound(OperationSoundActionPlaySound playSound)
-
getPlaySound
@Nullable public @Nullable OperationSoundActionPlaySound getPlaySound()
Get playSound- Returns:
- playSound
-
setPlaySound
public void setPlaySound(OperationSoundActionPlaySound playSound)
-
-