public class NewGovernanceServiceRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
NewGovernanceServiceRequestBody()
Default constructor
|
NewGovernanceServiceRequestBody(NewGovernanceServiceRequestBody 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 governance service.
|
String |
getDescription()
Return the description of the governance 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 governance service.
|
void |
setDescription(String description)
Set up the description of the governance 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 NewGovernanceServiceRequestBody()
public NewGovernanceServiceRequestBody(NewGovernanceServiceRequestBody 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()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.