public class ConfigsUpdateEvent.ClusterConfig extends Object
Constructor and Description |
---|
ClusterConfig(Long clusterId,
String type,
String tag,
Long version) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getClusterId() |
String |
getTag() |
String |
getType() |
Long |
getVersion() |
int |
hashCode() |
void |
setClusterId(Long clusterId) |
void |
setTag(String tag) |
void |
setType(String type) |
void |
setVersion(Long version) |
public Long getClusterId()
public void setClusterId(Long clusterId)
public String getTag()
public void setTag(String tag)
public Long getVersion()
public void setVersion(Long version)
public String getType()
public void setType(String type)
Copyright © 2022 Apache Software Foundation. All rights reserved.