public class DeleteOrgNodeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteOrgNodeRequest() | 
| DeleteOrgNodeRequest(DeleteOrgNodeRequest 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 | getOrgNodeId()Get Organization node ID, which is globally unique. | 
| void | setOrgNodeId(String OrgNodeId)Set Organization node ID, which is globally unique. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteOrgNodeRequest()
public DeleteOrgNodeRequest(DeleteOrgNodeRequest source)
public String getOrgNodeId()
public void setOrgNodeId(String OrgNodeId)
OrgNodeId - Organization node ID, which is globally unique.Copyright © 2023. All rights reserved.