Class SystemPrivilegeSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.databasemanagement.model.SystemPrivilegeSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class SystemPrivilegeSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA Summary of system privileges.
 Note: Objects should always be created or deserialized using theSystemPrivilegeSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theSystemPrivilegeSummary.Builder, which maintain a set of all explicitly set fields calledSystemPrivilegeSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSystemPrivilegeSummary.AdminOptionIndicates whether the system privilege is granted with the ADMIN option (YES) or not (NO).static classSystemPrivilegeSummary.Builderstatic classSystemPrivilegeSummary.CommonIndicates how the system privilege was granted.static classSystemPrivilegeSummary.InheritedIndicates whether the granted system privilege is inherited from another container (YES) or not (NO).
 - 
Constructor SummaryConstructors Constructor Description SystemPrivilegeSummary(String name, SystemPrivilegeSummary.AdminOption adminOption, SystemPrivilegeSummary.Common common, SystemPrivilegeSummary.Inherited inherited)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemPrivilegeSummary.Builderbuilder()Create a new builder.booleanequals(Object o)SystemPrivilegeSummary.AdminOptiongetAdminOption()Indicates whether the system privilege is granted with the ADMIN option (YES) or not (NO).SystemPrivilegeSummary.CommongetCommon()Indicates how the system privilege was granted.SystemPrivilegeSummary.InheritedgetInherited()Indicates whether the granted system privilege is inherited from another container (YES) or not (NO).StringgetName()The name of a system privilege.inthashCode()SystemPrivilegeSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
SystemPrivilegeSummary@Deprecated @ConstructorProperties({"name","adminOption","common","inherited"}) public SystemPrivilegeSummary(String name, SystemPrivilegeSummary.AdminOption adminOption, SystemPrivilegeSummary.Common common, SystemPrivilegeSummary.Inherited inherited) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SystemPrivilegeSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic SystemPrivilegeSummary.Builder toBuilder() 
 - 
getNamepublic String getName() The name of a system privilege.- Returns:
- the value
 
 - 
getAdminOptionpublic SystemPrivilegeSummary.AdminOption getAdminOption() Indicates whether the system privilege is granted with the ADMIN option (YES) or not (NO).- Returns:
- the value
 
 - 
getCommonpublic SystemPrivilegeSummary.Common getCommon() Indicates how the system privilege was granted.Possible values: YES if the system privilege is granted commonly (CONTAINER=ALL is used) NO if the system privilege is granted locally (CONTAINER=ALL is not used) - Returns:
- the value
 
 - 
getInheritedpublic SystemPrivilegeSummary.Inherited getInherited() Indicates whether the granted system privilege is inherited from another container (YES) or not (NO).- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-