public class NewDiscoveryServiceRequestBody extends ODFOMASAPIRequestBody
| Constructor and Description |
|---|
NewDiscoveryServiceRequestBody()
Default constructor
|
NewDiscoveryServiceRequestBody(NewDiscoveryServiceRequestBody 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.
|
Connection |
getConnection()
Return the connection used to create a instance of this discovery service.
|
String |
getDescription()
Return the description of the discovery engine.
|
String |
getDisplayName()
Return the display name for messages and UI.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
int |
hashCode()
Return hash code for this object
|
void |
setConnection(Connection connection)
Set up the connection used to create a instance of this discovery service.
|
void |
setDescription(String description)
Set up the description of the discovery engine.
|
void |
setDisplayName(String displayName)
Set up the display name for messages and UI.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
String |
toString()
JSON-style toString.
|
public NewDiscoveryServiceRequestBody()
public NewDiscoveryServiceRequestBody(NewDiscoveryServiceRequestBody template)
template - object to copypublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - stringpublic Connection getConnection()
public void setConnection(Connection connection)
connection - connection objectpublic String toString()
toString in class ODFOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.