public class CosSnapShotInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CosSnapShotInfo() |
CosSnapShotInfo(CosSnapShotInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBasePath()
Get base path
注意:此字段可能返回 null,表示取不到有效值。
|
CommonIndexInfo[] |
getCommonIndexArr()
Get 普通索引信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCosBucket()
Get cos 桶名
注意:此字段可能返回 null,表示取不到有效值。
|
DataStreamInfo[] |
getDataStreamArr()
Get 自治索引信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSnapshotName()
Get 快照名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getState()
Get 状态
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersion()
Get 快照版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBasePath(String BasePath)
Set base path
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCommonIndexArr(CommonIndexInfo[] CommonIndexArr)
Set 普通索引信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCosBucket(String CosBucket)
Set cos 桶名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDataStreamArr(DataStreamInfo[] DataStreamArr)
Set 自治索引信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSnapshotName(String SnapshotName)
Set 快照名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setState(String State)
Set 状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersion(String Version)
Set 快照版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CosSnapShotInfo()
public CosSnapShotInfo(CosSnapShotInfo source)
public String getCosBucket()
public void setCosBucket(String CosBucket)
CosBucket
- cos 桶名
注意:此字段可能返回 null,表示取不到有效值。public String getBasePath()
public void setBasePath(String BasePath)
BasePath
- base path
注意:此字段可能返回 null,表示取不到有效值。public String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName
- 快照名
注意:此字段可能返回 null,表示取不到有效值。public String getState()
public void setState(String State)
State
- 状态
注意:此字段可能返回 null,表示取不到有效值。public String getVersion()
public void setVersion(String Version)
Version
- 快照版本
注意:此字段可能返回 null,表示取不到有效值。public CommonIndexInfo[] getCommonIndexArr()
public void setCommonIndexArr(CommonIndexInfo[] CommonIndexArr)
CommonIndexArr
- 普通索引信息列表
注意:此字段可能返回 null,表示取不到有效值。public DataStreamInfo[] getDataStreamArr()
public void setDataStreamArr(DataStreamInfo[] DataStreamArr)
DataStreamArr
- 自治索引信息列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.