public class WatchImageConfiguration extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
WatchImageConfiguration.WatchImageConfigurationBuilder |
| Constructor and Description |
|---|
WatchImageConfiguration() |
WatchImageConfiguration(Integer interval,
WatchMode mode,
String postGoal,
String postExec) |
| Modifier and Type | Method and Description |
|---|---|
static WatchImageConfiguration.WatchImageConfigurationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getInterval() |
Integer |
getIntervalRaw() |
WatchMode |
getMode() |
String |
getPostExec() |
String |
getPostGoal() |
int |
hashCode() |
WatchImageConfiguration.WatchImageConfigurationBuilder |
toBuilder() |
public WatchImageConfiguration(Integer interval, WatchMode mode, String postGoal, String postExec)
public WatchImageConfiguration()
public int getInterval()
public Integer getIntervalRaw()
public static WatchImageConfiguration.WatchImageConfigurationBuilder builder()
public WatchImageConfiguration.WatchImageConfigurationBuilder toBuilder()
public WatchMode getMode()
public String getPostGoal()
public String getPostExec()
protected boolean canEqual(Object other)
Copyright © 2024. All rights reserved.