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 The subdomain name/layer-4 proxy
|
String |
getEntityType()
Get The type.
|
String |
getZoneId()
Get The site ID.
|
void |
setEntity(String Entity)
Set The subdomain name/layer-4 proxy
|
void |
setEntityType(String EntityType)
Set The type.
|
void |
setZoneId(String ZoneId)
Set The site 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
- The site ID.public String getEntity()
public void setEntity(String Entity)
Entity
- The subdomain name/layer-4 proxypublic String getEntityType()
public void setEntityType(String EntityType)
EntityType
- The type. Values:
Copyright © 2022. All rights reserved.