@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class EnabledModification extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EnabledModification.OpEnum
Gets or Sets op
|
static class |
EnabledModification.PathEnum
Gets or Sets path
|
Constructor and Description |
---|
EnabledModification() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NotNull EnabledModification.OpEnum |
getOp() |
@NotNull EnabledModification.PathEnum |
getPath() |
@NotNull Boolean |
getValue() |
int |
hashCode() |
void |
setOp(EnabledModification.OpEnum op) |
void |
setPath(EnabledModification.PathEnum path) |
void |
setValue(Boolean value) |
String |
toString() |
@NotNull public @NotNull EnabledModification.OpEnum getOp()
public void setOp(EnabledModification.OpEnum op)
@NotNull public @NotNull EnabledModification.PathEnum getPath()
public void setPath(EnabledModification.PathEnum path)
@NotNull public @NotNull Boolean getValue()
public void setValue(Boolean value)
Copyright © 2020 Red Hat. All rights reserved.