public class OriginRecord extends AbstractModel
Constructor and Description |
---|
OriginRecord() |
OriginRecord(OriginRecord 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[] |
getArea()
Get 当源站配置类型Type=area时,表示区域
为空表示默认区域
|
Long |
getPort()
Get 端口
|
Boolean |
getPrivate()
Get 是否私有鉴权
当源站类型OriginType=third_part时有效
注意:此字段可能返回 null,表示取不到有效值。
|
OriginRecordPrivateParameter[] |
getPrivateParameter()
Get 私有鉴权参数
当源站类型Private=true时有效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProto()
Get 当源站配置类型Type=proto时,表示客户端请求协议,取值:http/https
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRecord()
Get 记录值
|
String |
getRecordId()
Get 记录ID
|
Long |
getWeight()
Get 当源站配置类型Type=weight时,表示权重
取值范围为[1-100]
源站组内多个源站权重总和应为100。
当源站配置类型Type=proto,表示权重
取值范围为[1-100]
源站组内Proto相同的多个源站权重总和应为100。
|
void |
setArea(String[] Area)
Set 当源站配置类型Type=area时,表示区域
为空表示默认区域
|
void |
setPort(Long Port)
Set 端口
|
void |
setPrivate(Boolean Private)
Set 是否私有鉴权
当源站类型OriginType=third_part时有效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPrivateParameter(OriginRecordPrivateParameter[] PrivateParameter)
Set 私有鉴权参数
当源站类型Private=true时有效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProto(String Proto)
Set 当源站配置类型Type=proto时,表示客户端请求协议,取值:http/https
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecord(String Record)
Set 记录值
|
void |
setRecordId(String RecordId)
Set 记录ID
|
void |
setWeight(Long Weight)
Set 当源站配置类型Type=weight时,表示权重
取值范围为[1-100]
源站组内多个源站权重总和应为100。
当源站配置类型Type=proto,表示权重
取值范围为[1-100]
源站组内Proto相同的多个源站权重总和应为100。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OriginRecord()
public OriginRecord(OriginRecord source)
public String getRecord()
public void setRecord(String Record)
Record
- 记录值public String[] getArea()
public void setArea(String[] Area)
Area
- 当源站配置类型Type=area时,表示区域
为空表示默认区域public Long getWeight()
public void setWeight(Long Weight)
Weight
- 当源站配置类型Type=weight时,表示权重
取值范围为[1-100]
源站组内多个源站权重总和应为100。
当源站配置类型Type=proto,表示权重
取值范围为[1-100]
源站组内Proto相同的多个源站权重总和应为100。public Long getPort()
public void setPort(Long Port)
Port
- 端口public String getRecordId()
public void setRecordId(String RecordId)
RecordId
- 记录IDpublic Boolean getPrivate()
public void setPrivate(Boolean Private)
Private
- 是否私有鉴权
当源站类型OriginType=third_part时有效
注意:此字段可能返回 null,表示取不到有效值。public OriginRecordPrivateParameter[] getPrivateParameter()
public void setPrivateParameter(OriginRecordPrivateParameter[] PrivateParameter)
PrivateParameter
- 私有鉴权参数
当源站类型Private=true时有效
注意:此字段可能返回 null,表示取不到有效值。public String getProto()
public void setProto(String Proto)
Proto
- 当源站配置类型Type=proto时,表示客户端请求协议,取值:http/https
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.