public class DigitalLocationRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
DigitalLocationRequestBody()
Default constructor
|
DigitalLocationRequestBody(DigitalLocationRequestBody 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 |
getNetworkAddress()
Return the network address used to connect to the location.
|
int |
hashCode()
Return hash code for this object
|
void |
setNetworkAddress(String networkAddress)
Set up the network address used to connect to the location.
|
String |
toString()
JSON-style toString
|
public DigitalLocationRequestBody()
public DigitalLocationRequestBody(DigitalLocationRequestBody template)
template - object to copypublic String getNetworkAddress()
public void setNetworkAddress(String networkAddress)
networkAddress - string name - often a URLpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.