public class Mode extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Mode |
fromJson(String json) |
String |
getMode() |
int |
hashCode() |
void |
setMode(String mode) |
String |
toJson() |
public static final String MODE_DESC
public Mode(String mode)
public static Mode fromJson(String json) throws IOException
IOExceptionpublic String getMode()
public void setMode(String mode)
public String toJson() throws IOException
IOExceptionCopyright © 2025 Confluent, Inc.. All rights reserved.