public abstract class SubjectKey extends SchemaRegistryKey
keyType, magicByte| Constructor and Description |
|---|
SubjectKey(SchemaRegistryKeyType keyType,
String subject) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SchemaRegistryKey o) |
boolean |
equals(Object o) |
String |
getSubject() |
int |
hashCode() |
void |
setSubject(String subject) |
getKeyType, getMagicByte, setKeyType, setMagicBytepublic SubjectKey(SchemaRegistryKeyType keyType, String subject)
public String getSubject()
public void setSubject(String subject)
public boolean equals(Object o)
equals in class SchemaRegistryKeypublic int hashCode()
hashCode in class SchemaRegistryKeypublic int compareTo(SchemaRegistryKey o)
compareTo in interface Comparable<SchemaRegistryKey>compareTo in class SchemaRegistryKeyCopyright © 2026 Confluent, Inc.. All rights reserved.