@ConfigurationProperties(prefix="spring.snowflake") public class SnowflakeProperties extends Object
Description:
| 构造器和说明 |
|---|
SnowflakeProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCacheKey() |
long |
getDatacenterId() |
long |
getEpochTimestamp() |
void |
setCacheKey(String cacheKey) |
void |
setDatacenterId(long datacenterId) |
void |
setEpochTimestamp(long epochTimestamp) |
public long getDatacenterId()
public void setDatacenterId(long datacenterId)
public String getCacheKey()
public void setCacheKey(String cacheKey)
public long getEpochTimestamp()
public void setEpochTimestamp(long epochTimestamp)
Copyright © 2021. All rights reserved.