Class SecurityGroupProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.communityprofile.properties.GovernanceDefinitionProperties
-
- org.odpi.openmetadata.accessservices.communityprofile.properties.SecurityGroupProperties
-
- All Implemented Interfaces:
Serializable
public class SecurityGroupProperties extends GovernanceDefinitionProperties
SecurityGroupProperties defines a security group technical control.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityGroupProperties()Default ConstructorSecurityGroupProperties(SecurityGroupProperties template)Copy/Clone Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.StringgetDistinguishedName()Return the specific distinguishedName of the license.inthashCode()Return has code based on properties.voidsetDistinguishedName(String distinguishedName)Set up the specific distinguishedName of the license.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.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 Detail
-
SecurityGroupProperties
public SecurityGroupProperties()
Default Constructor
-
SecurityGroupProperties
public SecurityGroupProperties(SecurityGroupProperties template)
Copy/Clone Constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getDistinguishedName
public String getDistinguishedName()
Return the specific distinguishedName of the license.- Returns:
- string description
-
setDistinguishedName
public void setDistinguishedName(String distinguishedName)
Set up the specific distinguishedName of the license.- Parameters:
distinguishedName- string description
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classGovernanceDefinitionProperties- Returns:
- string containing the properties and their values
-
equals
public boolean equals(Object objectToCompare)
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 has code based on properties.- Overrides:
hashCodein classGovernanceDefinitionProperties- Returns:
- int
-
-