Class SecurityGroupProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.security.SecurityGroupProperties
SecurityGroupProperties defines a security group technical control.
-
Constructor Summary
ConstructorDescriptionDefault ConstructorCopy/Clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the specific distinguishedName of the license.int
hashCode()
Return hash code based on properties.void
setDistinguishedName
(String distinguishedName) Set up the specific distinguishedName of the license.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
getAdditionalProperties, getDescription, getDocumentIdentifier, getDomainIdentifier, getExtendedProperties, getImplications, getOutcomes, getPriority, getResults, getScope, getSummary, getTitle, getTypeName, setAdditionalProperties, setDescription, setDocumentIdentifier, setDomainIdentifier, setExtendedProperties, setImplications, setOutcomes, setPriority, setResults, setScope, setSummary, setTitle, setTypeName
-
Constructor Details
-
SecurityGroupProperties
public SecurityGroupProperties()Default Constructor -
SecurityGroupProperties
Copy/Clone Constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getDistinguishedName
Return the specific distinguishedName of the license.- Returns:
- string description
-
setDistinguishedName
Set up the specific distinguishedName of the license.- Parameters:
distinguishedName
- string description
-
toString
JSON-style toString- Overrides:
toString
in classGovernanceDefinitionProperties
- Returns:
- string containing the properties and their values
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classGovernanceDefinitionProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classGovernanceDefinitionProperties
- Returns:
- int
-