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 Set for Passthrough.
|
String |
getHeaderFollowMode()
Get HTTP Header Passthrough Mode.
|
IncrementalMigrationHttpHeader[] |
getNewHttpHeaderSet()
Get Add Header Key-Value Pair Collection.
|
void |
setFollowHttpHeaderKeySet(String[] FollowHttpHeaderKeySet)
Set Header Key Set for Passthrough.
|
void |
setHeaderFollowMode(String HeaderFollowMode)
Set HTTP Header Passthrough Mode.
|
void |
setNewHttpHeaderSet(IncrementalMigrationHttpHeader[] NewHttpHeaderSet)
Set Add Header Key-Value Pair Collection.
|
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, toJsonStringpublic IncrementalMigrationHttpHeaderInfo()
public IncrementalMigrationHttpHeaderInfo(IncrementalMigrationHttpHeaderInfo source)
public String getHeaderFollowMode()
public void setHeaderFollowMode(String HeaderFollowMode)
HeaderFollowMode - HTTP Header Passthrough Mode. Values valid:
public String[] getFollowHttpHeaderKeySet()
public void setFollowHttpHeaderKeySet(String[] FollowHttpHeaderKeySet)
FollowHttpHeaderKeySet - Header Key Set for Passthrough. This field is required only when the HeaderFollowMode is set to `FOLLOW_PART`.public IncrementalMigrationHttpHeader[] getNewHttpHeaderSet()
public void setNewHttpHeaderSet(IncrementalMigrationHttpHeader[] NewHttpHeaderSet)
NewHttpHeaderSet - Add Header Key-Value Pair Collection.Copyright © 2025. All rights reserved.