public class Key extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Key.KeyType
cache data type
|
| 构造器和说明 |
|---|
Key(Key.KeyType keyType,
String entityName,
EntityType entityType)
construct func
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object other) |
String |
getEntityName()
Getter method for property entityName.
|
EntityType |
getEntityType()
Getter method for property entityType.
|
String |
getHashKey()
Getter method for property hashKey.
|
Key.KeyType |
getKeyType()
Getter method for property keyType.
|
int |
hashCode() |
String |
toString() |
public Key(Key.KeyType keyType, String entityName, EntityType entityType)
public String getEntityName()
public String getHashKey()
public Key.KeyType getKeyType()
public EntityType getEntityType()
Copyright © 2019 The Ant Financial. All rights reserved.