public class SecureLocationRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
SecureLocationRequestBody()
Default constructor
|
SecureLocationRequestBody(SecureLocationRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getDescription()
Return the description of security at the site.
|
String |
getLevel()
Return the level of security.
|
int |
hashCode()
Return hash code for this object
|
void |
setDescription(String description)
Set up description of security at the site.
|
void |
setLevel(String level)
Set up the level of security.
|
String |
toString()
JSON-style toString
|
public SecureLocationRequestBody()
public SecureLocationRequestBody(SecureLocationRequestBody template)
template - object to copypublic String getDescription()
public void setDescription(String description)
description - textpublic String getLevel()
public void setLevel(String level)
level - stringpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.