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 |
---|---|
String |
getEntity()
Get 子域名/应用名。
|
String |
getEntityType()
Get 类型,取值有:
domain:7层子域名;
application:4层应用名。
|
String |
getZoneId()
Get 站点Id。
|
void |
setEntity(String Entity)
Set 子域名/应用名。
|
void |
setEntityType(String EntityType)
Set 类型,取值有:
domain:7层子域名;
application:4层应用名。
|
void |
setZoneId(String ZoneId)
Set 站点Id。
|
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 String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点Id。public String getEntity()
public void setEntity(String Entity)
Entity
- 子域名/应用名。public String getEntityType()
public void setEntityType(String EntityType)
EntityType
- 类型,取值有:
Copyright © 2022. All rights reserved.