public class AcceptAttachCcnInstancesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AcceptAttachCcnInstancesRequest() | 
| AcceptAttachCcnInstancesRequest(AcceptAttachCcnInstancesRequest 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 | getCcnId()Get CCN实例ID。形如:ccn-f49l6u0z。 | 
| CcnInstance[] | getInstances()Get 接受关联实例列表。 | 
| void | setCcnId(String CcnId)Set CCN实例ID。形如:ccn-f49l6u0z。 | 
| void | setInstances(CcnInstance[] Instances)Set 接受关联实例列表。 | 
| 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 AcceptAttachCcnInstancesRequest()
public AcceptAttachCcnInstancesRequest(AcceptAttachCcnInstancesRequest source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId - CCN实例ID。形如:ccn-f49l6u0z。public CcnInstance[] getInstances()
public void setInstances(CcnInstance[] Instances)
Instances - 接受关联实例列表。Copyright © 2025. All rights reserved.