public class IncrementalMigrationHttpHeaderInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
IncrementalMigrationHttpHeaderInfo() |
IncrementalMigrationHttpHeaderInfo(IncrementalMigrationHttpHeaderInfo 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[] |
getFollowHttpHeaderKeySet()
Get 需透传 Header Key 集合,仅当 HeaderFollowMode 取值 `FOLLOW_PART` 时需要填充。
|
String |
getHeaderFollowMode()
Get Http Header 透传模式。取值有:
FOLLOW_ALL:透传所有头部信息;
FOLLOW_PART:透传部分头部信息;
IGNORE_PART:忽略部分头部信息。参数必填。
|
IncrementalMigrationHttpHeader[] |
getNewHttpHeaderSet()
Get 新增 Header 键值对集合。
|
void |
setFollowHttpHeaderKeySet(String[] FollowHttpHeaderKeySet)
Set 需透传 Header Key 集合,仅当 HeaderFollowMode 取值 `FOLLOW_PART` 时需要填充。
|
void |
setHeaderFollowMode(String HeaderFollowMode)
Set Http Header 透传模式。取值有:
FOLLOW_ALL:透传所有头部信息;
FOLLOW_PART:透传部分头部信息;
IGNORE_PART:忽略部分头部信息。参数必填。
|
void |
setNewHttpHeaderSet(IncrementalMigrationHttpHeader[] NewHttpHeaderSet)
Set 新增 Header 键值对集合。
|
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 IncrementalMigrationHttpHeaderInfo()
public IncrementalMigrationHttpHeaderInfo(IncrementalMigrationHttpHeaderInfo source)
public String getHeaderFollowMode()
public void setHeaderFollowMode(String HeaderFollowMode)
HeaderFollowMode
- Http Header 透传模式。取值有:
public String[] getFollowHttpHeaderKeySet()
public void setFollowHttpHeaderKeySet(String[] FollowHttpHeaderKeySet)
FollowHttpHeaderKeySet
- 需透传 Header Key 集合,仅当 HeaderFollowMode 取值 `FOLLOW_PART` 时需要填充。public IncrementalMigrationHttpHeader[] getNewHttpHeaderSet()
public void setNewHttpHeaderSet(IncrementalMigrationHttpHeader[] NewHttpHeaderSet)
NewHttpHeaderSet
- 新增 Header 键值对集合。Copyright © 2025. All rights reserved.