public class IncrementalMigrationHttpOriginParameter extends AbstractModel
header, skipSign| Constructor and Description |
|---|
IncrementalMigrationHttpOriginParameter() |
IncrementalMigrationHttpOriginParameter(IncrementalMigrationHttpOriginParameter 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 |
|---|---|
IncrementalMigrationHttpHeaderInfo |
getHttpHeaderInfo()
Get HTTP header passthrough information.
|
Long |
getHttpRedirectCode()
Get HTTP Code for redirection.
|
String |
getOriginRedirectionFollowMode()
Get Origin server redirection follow mode.
|
String |
getProtocol()
Get Back-to-source protocol.
|
String |
getQueryStringFollowMode()
Get Query string passthrough mode.
|
void |
setHttpHeaderInfo(IncrementalMigrationHttpHeaderInfo HttpHeaderInfo)
Set HTTP header passthrough information.
|
void |
setHttpRedirectCode(Long HttpRedirectCode)
Set HTTP Code for redirection.
|
void |
setOriginRedirectionFollowMode(String OriginRedirectionFollowMode)
Set Origin server redirection follow mode.
|
void |
setProtocol(String Protocol)
Set Back-to-source protocol.
|
void |
setQueryStringFollowMode(String QueryStringFollowMode)
Set Query string passthrough mode.
|
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 IncrementalMigrationHttpOriginParameter()
public IncrementalMigrationHttpOriginParameter(IncrementalMigrationHttpOriginParameter source)
public IncrementalMigrationHttpHeaderInfo getHttpHeaderInfo()
public void setHttpHeaderInfo(IncrementalMigrationHttpHeaderInfo HttpHeaderInfo)
HttpHeaderInfo - HTTP header passthrough information.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Back-to-source protocol. Valid values:
public String getQueryStringFollowMode()
public void setQueryStringFollowMode(String QueryStringFollowMode)
QueryStringFollowMode - Query string passthrough mode. Valid values
public Long getHttpRedirectCode()
public void setHttpRedirectCode(Long HttpRedirectCode)
HttpRedirectCode - HTTP Code for redirection. Currently, only `301`, `302`, and `307` are supported. The default value is `302`.public String getOriginRedirectionFollowMode()
public void setOriginRedirectionFollowMode(String OriginRedirectionFollowMode)
OriginRedirectionFollowMode - Origin server redirection follow mode. Valid values:
Copyright © 2025. All rights reserved.