public class StartImageCommand extends CameraCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
StartImageCommand.Builder |
| Constructor and Description |
|---|
StartImageCommand(boolean shutter,
boolean science,
boolean guide,
boolean wfs,
double timeout,
String imageType,
String groupId) |
| Modifier and Type | Method and Description |
|---|---|
static StartImageCommand.Builder |
builder() |
String |
getGroupId() |
String |
getImageType() |
double |
getTimeout() |
boolean |
isGuide() |
boolean |
isScience() |
boolean |
isShutter() |
boolean |
isWfs() |
String |
toString() |
public boolean isShutter()
public boolean isScience()
public boolean isGuide()
public boolean isWfs()
public double getTimeout()
public String getImageType()
public String getGroupId()
public static StartImageCommand.Builder builder()
Copyright © 2020. All rights reserved.