public class SecurityEntity extends AbstractModel
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 用户appid
|
String |
getEntity()
Get 二级域名
|
String |
getEntityType()
Get 类型 domain/application
|
String |
getZoneId()
Get 一级域名
|
void |
setAppId(Long AppId)
Set 用户appid
|
void |
setEntity(String Entity)
Set 二级域名
|
void |
setEntityType(String EntityType)
Set 类型 domain/application
|
void |
setZoneId(String ZoneId)
Set 一级域名
|
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, toJsonString
public SecurityEntity()
public SecurityEntity(SecurityEntity source)
public Long getAppId()
public void setAppId(Long AppId)
AppId
- 用户appidpublic String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 一级域名public String getEntity()
public void setEntity(String Entity)
Entity
- 二级域名public String getEntityType()
public void setEntityType(String EntityType)
EntityType
- 类型 domain/applicationCopyright © 2022. All rights reserved.