public class ShardResultKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<ShardResult>
| Constructor and Description |
|---|
ShardResultKey(DataStoreType _dataStoreType,
String _shardName) |
ShardResultKey(ShardResultKey source)
Creates a copy from Source Object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DataStoreType |
getDataStoreType() |
String |
getShardName() |
int |
hashCode() |
String |
toString() |
public ShardResultKey(DataStoreType _dataStoreType, String _shardName)
public ShardResultKey(ShardResultKey source)
source - Source objectpublic String getShardName()
public DataStoreType getDataStoreType()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2019 OpenDaylight. All rights reserved.