public class RegisteredGovernanceService extends GovernanceServiceProperties
| Constructor and Description |
|---|
RegisteredGovernanceService()
Default constructor
|
RegisteredGovernanceService(GovernanceServiceProperties template)
Copy/clone constructor
|
RegisteredGovernanceService(RegisteredGovernanceService template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
Map<String,Map<String,String>> |
getRequestTypes()
Return the registered request types and parameters that this governance service supports.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setRequestTypes(Map<String,Map<String,String>> requestTypes)
Set up the registered request types and parameters that this governance service supports.
|
String |
toString()
Standard toString method.
|
getConnection, getDescription, getDisplayName, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerCategory, getZoneMembership, setConnection, setDescription, setDisplayName, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerCategory, setZoneMembershipgetAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic RegisteredGovernanceService()
public RegisteredGovernanceService(RegisteredGovernanceService template)
template - object to copypublic RegisteredGovernanceService(GovernanceServiceProperties template)
template - object to copypublic Map<String,Map<String,String>> getRequestTypes()
public void setRequestTypes(Map<String,Map<String,String>> requestTypes)
requestTypes - Map of request types to parameterspublic String toString()
toString in class GovernanceServicePropertiespublic boolean equals(Object objectToCompare)
equals in class GovernanceServicePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class GovernanceServicePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.