public class PolicyRules extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PolicyRules() | 
| PolicyRules(PolicyRules 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 | 
|---|---|
| CommandLine | getAProcess()Get 祖先进程 | 
| CommandLine | getPProcess()Get 父进程 | 
| CommandLine | getProcess()Get 进程 | 
| void | setAProcess(CommandLine AProcess)Set 祖先进程 | 
| void | setPProcess(CommandLine PProcess)Set 父进程 | 
| void | setProcess(CommandLine Process)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 PolicyRules()
public PolicyRules(PolicyRules source)
public CommandLine getProcess()
public void setProcess(CommandLine Process)
Process - 进程public CommandLine getPProcess()
public void setPProcess(CommandLine PProcess)
PProcess - 父进程public CommandLine getAProcess()
public void setAProcess(CommandLine AProcess)
AProcess - 祖先进程Copyright © 2025. All rights reserved.