public class OriginGroupReference extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OriginGroupReference()  | 
OriginGroupReference(OriginGroupReference 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 | 
getInstanceId()
Get ID of the instances referencing the origin group 
 | 
String | 
getInstanceName()
Get Name of the instance referencing the origin group 
 | 
String | 
getInstanceType()
Get Services referencing the origin group. 
 | 
void | 
setInstanceId(String InstanceId)
Set ID of the instances referencing the origin group 
 | 
void | 
setInstanceName(String InstanceName)
Set Name of the instance referencing the origin group 
 | 
void | 
setInstanceType(String InstanceType)
Set Services referencing the origin group. 
 | 
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 OriginGroupReference()
public OriginGroupReference(OriginGroupReference source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - Services referencing the origin group. Values:
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ID of the instances referencing the origin grouppublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName - Name of the instance referencing the origin groupCopyright © 2025. All rights reserved.