public class SecurityTagsRequestBody extends GAFOMASAPIRequestBody
| Constructor and Description |
|---|
SecurityTagsRequestBody()
Default constructor
|
SecurityTagsRequestBody(SecurityTagsRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
List<String> |
getSecurityLabels()
Return the list of security labels that should be attached to this element.
|
Map<String,Object> |
getSecurityProperties()
Return the security properties that should be attached to this element.
|
int |
hashCode()
Return hash code for this object
|
void |
setSecurityLabels(List<String> securityLabels)
Set up the list of security labels that should be attached to this element.
|
void |
setSecurityProperties(Map<String,Object> securityProperties)
Set up the security properties that should be attached to this element.
|
String |
toString()
JSON-style toString.
|
public SecurityTagsRequestBody()
public SecurityTagsRequestBody(SecurityTagsRequestBody template)
template - object to copypublic List<String> getSecurityLabels()
public void setSecurityLabels(List<String> securityLabels)
securityLabels - list of stringspublic Map<String,Object> getSecurityProperties()
public void setSecurityProperties(Map<String,Object> securityProperties)
securityProperties - map of property valuespublic String toString()
toString in class GAFOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.