public class OriginGroup extends AbstractModel
Constructor and Description |
---|
OriginGroup() |
OriginGroup(OriginGroup 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 |
getConfigurationType()
Get The origin configuration type when `OriginType=self`.
|
String |
getHostHeader()
Get The origin domain when `OriginType=self`.
|
String |
getOriginGroupId()
Get The ID of the origin group.
|
String |
getOriginGroupName()
Get The name of the origin group.
|
OriginRecord[] |
getOriginRecords()
Get The origin record information.
|
String |
getOriginType()
Get The origin type.
|
String |
getUpdateTime()
Get The update time of the origin group.
|
String |
getZoneId()
Get The site ID.
|
String |
getZoneName()
Get The site name.
|
void |
setConfigurationType(String ConfigurationType)
Set The origin configuration type when `OriginType=self`.
|
void |
setHostHeader(String HostHeader)
Set The origin domain when `OriginType=self`.
|
void |
setOriginGroupId(String OriginGroupId)
Set The ID of the origin group.
|
void |
setOriginGroupName(String OriginGroupName)
Set The name of the origin group.
|
void |
setOriginRecords(OriginRecord[] OriginRecords)
Set The origin record information.
|
void |
setOriginType(String OriginType)
Set The origin type.
|
void |
setUpdateTime(String UpdateTime)
Set The update time of the origin group.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
void |
setZoneName(String ZoneName)
Set The site name.
|
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 OriginGroup()
public OriginGroup(OriginGroup source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- The site name.public String getOriginGroupId()
public void setOriginGroupId(String OriginGroupId)
OriginGroupId
- The ID of the origin group.public String getOriginType()
public void setOriginType(String OriginType)
OriginType
- The origin type. Values:
public String getOriginGroupName()
public void setOriginGroupName(String OriginGroupName)
OriginGroupName
- The name of the origin group.public String getConfigurationType()
public void setConfigurationType(String ConfigurationType)
ConfigurationType
- The origin configuration type when `OriginType=self`. Values:
public OriginRecord[] getOriginRecords()
public void setOriginRecords(OriginRecord[] OriginRecords)
OriginRecords
- The origin record information.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The update time of the origin group.public String getHostHeader()
public void setHostHeader(String HostHeader)
HostHeader
- The origin domain when `OriginType=self`.
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.