public class Failures extends AbstractModel
header, skipSign
Constructor and Description |
---|
Failures() |
Failures(Failures 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 |
getIndex()
Get 备份失败的索引名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReason()
Get 快照失败的原因
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getShardId()
Get 快照失败的分片号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 快照失败的状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndex(String Index)
Set 备份失败的索引名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReason(String Reason)
Set 快照失败的原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setShardId(Long ShardId)
Set 快照失败的分片号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
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 Failures()
public Failures(Failures source)
public String getIndex()
public void setIndex(String Index)
Index
- 备份失败的索引名称
注意:此字段可能返回 null,表示取不到有效值。public Long getShardId()
public void setShardId(Long ShardId)
ShardId
- 快照失败的分片号
注意:此字段可能返回 null,表示取不到有效值。public String getReason()
public void setReason(String Reason)
Reason
- 快照失败的原因
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 快照失败的状态
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.