public static class Table.TableRetentionPolicy
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
TableRetentionPolicy() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Table.TableRetentionPolicy |
build(Map<String,?> map) |
Integer |
getColdTTL() |
Integer |
getHotTTL() |
Table.TableRetentionPolicy |
setColdTTL(Integer coldTTL) |
Table.TableRetentionPolicy |
setHotTTL(Integer hotTTL) |
@NameInMap(value="ColdTTL") public Integer coldTTL
@NameInMap(value="HotTTL") public Integer hotTTL
public static Table.TableRetentionPolicy build(Map<String,?> map) throws Exception
Exceptionpublic Table.TableRetentionPolicy setColdTTL(Integer coldTTL)
public Integer getColdTTL()
public Table.TableRetentionPolicy setHotTTL(Integer hotTTL)
public Integer getHotTTL()
Copyright © 2026. All rights reserved.