public class CompatibilityCheckResponse extends Object
| Constructor and Description |
|---|
CompatibilityCheckResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static CompatibilityCheckResponse |
fromJson(String json) |
boolean |
getIsCompatible() |
List<String> |
getMessages() |
int |
hashCode() |
void |
setIsCompatible(boolean isCompatible) |
void |
setMessages(List<String> messages) |
String |
toJson() |
public static CompatibilityCheckResponse fromJson(String json) throws IOException
IOExceptionpublic boolean getIsCompatible()
public void setIsCompatible(boolean isCompatible)
public String toJson() throws IOException
IOExceptionCopyright © 2025 Confluent, Inc.. All rights reserved.