public class SecurityEntity extends AbstractModel
skipSign| Constructor and Description | 
|---|
| SecurityEntity() | 
| SecurityEntity(SecurityEntity 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 | 
|---|---|
| Long | getAppId()Get User APPID | 
| String | getEntity()Get Second-level domain name | 
| String | getEntityType()Get Type of protected resource. | 
| String | getZoneId()Get Top-level domain name | 
| void | setAppId(Long AppId)Set User APPID | 
| void | setEntity(String Entity)Set Second-level domain name | 
| void | setEntityType(String EntityType)Set Type of protected resource. | 
| void | setZoneId(String ZoneId)Set Top-level domain name | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SecurityEntity()
public SecurityEntity(SecurityEntity source)
public Long getAppId()
public void setAppId(Long AppId)
AppId - User APPIDpublic String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Top-level domain namepublic String getEntity()
public void setEntity(String Entity)
Entity - Second-level domain namepublic String getEntityType()
public void setEntityType(String EntityType)
EntityType - Type of protected resource. Values: `domain` and `application`.Copyright © 2023. All rights reserved.