public class SecurityTagsProperties extends Object implements Serializable
| Constructor and Description |
|---|
SecurityTagsProperties()
Default constructor
|
SecurityTagsProperties(SecurityTagsProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<String> |
getSecurityLabels()
Return the list of security labels attached to the element.
|
Map<String,Object> |
getSecurityProperties()
Return the security properties associated with the element.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setSecurityLabels(List<String> securityLabels)
Set up the list of security labels for the element.
|
void |
setSecurityProperties(Map<String,Object> securityProperties)
Set up the security properties associated with the element.
|
String |
toString()
Standard toString method.
|
public SecurityTagsProperties()
public SecurityTagsProperties(SecurityTagsProperties template)
template - object to copypublic List<String> getSecurityLabels()
public void setSecurityLabels(List<String> securityLabels)
securityLabels - list of label stringspublic Map<String,Object> getSecurityProperties()
public void setSecurityProperties(Map<String,Object> securityProperties)
securityProperties - map of propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.