public static class SecurityPolicy.Property extends VaultModel
Modifier and Type | Class and Description |
---|---|
static class |
SecurityPolicy.Property.ObjectTypeReference |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
List<SecurityPolicy.Property.ObjectTypeReference> |
getObjectTypeReferenced() |
List<String> |
getType() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setObjectTypeReferenced(List<SecurityPolicy.Property.ObjectTypeReference> objectTypeReferenced) |
void |
setType(List<String> type) |
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public List<SecurityPolicy.Property.ObjectTypeReference> getObjectTypeReferenced()
public void setObjectTypeReferenced(List<SecurityPolicy.Property.ObjectTypeReference> objectTypeReferenced)
Copyright © 2024. All rights reserved.