Package net.webpdf.wsclient.openapi
Class OperationGoTo3DViewAction
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationGoTo3DViewAction
-
public class OperationGoTo3DViewAction extends Object
OperationGoTo3DViewAction
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_GO_TO3_D_VIEW
-
Constructor Summary
Constructors Constructor Description OperationGoTo3DViewAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationGoTo3DViewActionGoTo3DViewgetGoTo3DView()Get goTo3DViewOperationGoTo3DViewActiongoTo3DView(OperationGoTo3DViewActionGoTo3DView goTo3DView)inthashCode()voidsetGoTo3DView(OperationGoTo3DViewActionGoTo3DView goTo3DView)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_GO_TO3_D_VIEW
public static final String JSON_PROPERTY_GO_TO3_D_VIEW
- See Also:
- Constant Field Values
-
-
Method Detail
-
goTo3DView
public OperationGoTo3DViewAction goTo3DView(OperationGoTo3DViewActionGoTo3DView goTo3DView)
-
getGoTo3DView
@Nullable public @Nullable OperationGoTo3DViewActionGoTo3DView getGoTo3DView()
Get goTo3DView- Returns:
- goTo3DView
-
setGoTo3DView
public void setGoTo3DView(OperationGoTo3DViewActionGoTo3DView goTo3DView)
-
-