Class DigitalLocationRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.DigitalLocationRequestBody
DigitalLocationRequestBody carries the parameters for marking a location as a digital (cyber) location.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the network address used to connect to the location.int
hashCode()
Return hash code for this objectvoid
setNetworkAddress
(String networkAddress) Set up the network address used to connect to the location.toString()
JSON-style toString
-
Constructor Details
-
DigitalLocationRequestBody
public DigitalLocationRequestBody()Default constructor -
DigitalLocationRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getNetworkAddress
Return the network address used to connect to the location.- Returns:
- string name - often a URL
-
setNetworkAddress
Set up the network address used to connect to the location.- Parameters:
networkAddress
- string name - often a URL
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-