public class CacheRule extends AlipayObject
| 构造器和说明 |
|---|
CacheRule() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCacheKey() |
Long |
getCachePriority() |
Long |
getCacheTimeout() |
String |
getCacheType() |
void |
setCacheKey(String cacheKey) |
void |
setCachePriority(Long cachePriority) |
void |
setCacheTimeout(Long cacheTimeout) |
void |
setCacheType(String cacheType) |
public String getCacheKey()
public void setCacheKey(String cacheKey)
public Long getCachePriority()
public void setCachePriority(Long cachePriority)
public Long getCacheTimeout()
public void setCacheTimeout(Long cacheTimeout)
public String getCacheType()
public void setCacheType(String cacheType)
Copyright © 2024. All rights reserved.