@ThreadSafe public class ConfigHash extends Object
Constructor and Description |
---|
ConfigHash(String clusterConfigHash,
String pathConfigHash)
Constructs a new ConfigHash.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ConfigHash |
fromProto(GetConfigHashPResponse response) |
String |
getClusterConfigHash() |
String |
getPathConfigHash() |
int |
hashCode() |
GetConfigHashPResponse |
toProto() |
public static ConfigHash fromProto(GetConfigHashPResponse response)
response
- the grpc representation of configuration hashpublic GetConfigHashPResponse toProto()
public String getClusterConfigHash()
public String getPathConfigHash()
Copyright © 2023. All Rights Reserved.