Class SecurityGroupProperties
java.lang.Object
org.odpi.openmetadata.accessservices.securitymanager.properties.GovernanceDefinitionProperties
org.odpi.openmetadata.accessservices.securitymanager.properties.SecurityGroupProperties
- All Implemented Interfaces:
Serializable
SecurityGroupProperties defines a security group technical control.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCopy/Clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the specific distinguishedName of the license.inthashCode()Return hash code based on properties.voidsetDistinguishedName(String distinguishedName) Set up the specific distinguishedName of the license.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.securitymanager.properties.GovernanceDefinitionProperties
getAdditionalProperties, getDescription, getDocumentIdentifier, getDomainIdentifier, getExtendedProperties, getImplications, getOutcomes, getPriority, getResults, getScope, getStatus, getSummary, getTitle, getTypeName, setAdditionalProperties, setDescription, setDocumentIdentifier, setDomainIdentifier, setExtendedProperties, setImplications, setOutcomes, setPriority, setResults, setScope, setStatus, 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:
toStringin 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:
equalsin classGovernanceDefinitionProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classGovernanceDefinitionProperties- Returns:
- int
-