public class AdvancedObjectsItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
AdvancedObjectsItem() |
AdvancedObjectsItem(AdvancedObjectsItem 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 |
getDstChunk()
Get 目标端分块
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDstItem()
Get 目标端值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getObjectType()
Get 对象类型,可能得值有:account,index,shardkey,schema
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSrcChunk()
Get 源端分块
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSrcItem()
Get 源端值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDstChunk(String DstChunk)
Set 目标端分块
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDstItem(String DstItem)
Set 目标端值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setObjectType(String ObjectType)
Set 对象类型,可能得值有:account,index,shardkey,schema
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSrcChunk(String SrcChunk)
Set 源端分块
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSrcItem(String SrcItem)
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 AdvancedObjectsItem()
public AdvancedObjectsItem(AdvancedObjectsItem source)
public String getObjectType()
public void setObjectType(String ObjectType)
ObjectType
- 对象类型,可能得值有:account,index,shardkey,schema
注意:此字段可能返回 null,表示取不到有效值。public String getSrcChunk()
public void setSrcChunk(String SrcChunk)
SrcChunk
- 源端分块
注意:此字段可能返回 null,表示取不到有效值。public String getDstChunk()
public void setDstChunk(String DstChunk)
DstChunk
- 目标端分块
注意:此字段可能返回 null,表示取不到有效值。public String getSrcItem()
public void setSrcItem(String SrcItem)
SrcItem
- 源端值
注意:此字段可能返回 null,表示取不到有效值。public String getDstItem()
public void setDstItem(String DstItem)
DstItem
- 目标端值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.