public class DeleteOriginGroupRequest extends AbstractModel
Constructor and Description |
---|
DeleteOriginGroupRequest() |
DeleteOriginGroupRequest(DeleteOriginGroupRequest 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 |
getOriginGroupId()
Get The ID of the origin group.
|
String |
getZoneId()
Get The site ID.
|
void |
setOriginGroupId(String OriginGroupId)
Set The ID of the origin group.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
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 DeleteOriginGroupRequest()
public DeleteOriginGroupRequest(DeleteOriginGroupRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public String getOriginGroupId()
public void setOriginGroupId(String OriginGroupId)
OriginGroupId
- The ID of the origin group.Copyright © 2023. All rights reserved.