public class ECMRunSecurityServiceEnabled extends AbstractModel
| Constructor and Description | 
|---|
| ECMRunSecurityServiceEnabled() | 
| ECMRunSecurityServiceEnabled(ECMRunSecurityServiceEnabled 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 | 
|---|---|
| Boolean | getEnabled()Get Whether it is enabled | 
| Long | getVersion()Get CWP version. | 
| void | setEnabled(Boolean Enabled)Set Whether it is enabled | 
| void | setVersion(Long Version)Set CWP version. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ECMRunSecurityServiceEnabled()
public ECMRunSecurityServiceEnabled(ECMRunSecurityServiceEnabled source)
public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled - Whether it is enabledpublic Long getVersion()
public void setVersion(Long Version)
Version - CWP version. Valid values: `0` (CWP Pro), `1` (CWP Pro)Copyright © 2022. All rights reserved.