public class DeleteGovernanceInstancesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteGovernanceInstancesRequest() | 
| DeleteGovernanceInstancesRequest(DeleteGovernanceInstancesRequest 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 | 
|---|---|
| GovernanceInstanceUpdate[] | getGovernanceInstances()Get 要删除的服务实例信息。 | 
| String | getInstanceId()Get tse实例id。 | 
| void | setGovernanceInstances(GovernanceInstanceUpdate[] GovernanceInstances)Set 要删除的服务实例信息。 | 
| void | setInstanceId(String InstanceId)Set tse实例id。 | 
| 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 DeleteGovernanceInstancesRequest()
public DeleteGovernanceInstancesRequest(DeleteGovernanceInstancesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - tse实例id。public GovernanceInstanceUpdate[] getGovernanceInstances()
public void setGovernanceInstances(GovernanceInstanceUpdate[] GovernanceInstances)
GovernanceInstances - 要删除的服务实例信息。Copyright © 2025. All rights reserved.