Class ProductLicenseConsumerSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20220430")
    public final class ProductLicenseConsumerSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Details of a resource that is consuming a particular product license.
    Note: Objects should always be created or deserialized using the ProductLicenseConsumerSummary.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 the ProductLicenseConsumerSummary.Builder, which maintain a set of all explicitly set fields called ProductLicenseConsumerSummary.Builder.__explicitlySet__. The hashCode() and equals(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).
    • Constructor Detail

      • ProductLicenseConsumerSummary

        @Deprecated
        @ConstructorProperties({"resourceId","resourceName","productName","resourceCompartmentId","resourceCompartmentName","resourceUnitType","resourceUnitCount","licenseUnitType","licenseUnitsConsumed","isBaseLicenseAvailable","areAllOptionsAvailable","missingProducts"})
        public ProductLicenseConsumerSummary​(String resourceId,
                                             String resourceName,
                                             String productName,
                                             String resourceCompartmentId,
                                             String resourceCompartmentName,
                                             ResourceUnit resourceUnitType,
                                             Double resourceUnitCount,
                                             LicenseUnit licenseUnitType,
                                             Double licenseUnitsConsumed,
                                             Boolean isBaseLicenseAvailable,
                                             Boolean areAllOptionsAvailable,
                                             List<Product> missingProducts)
        Deprecated.
    • Method Detail

      • getResourceId

        public String getResourceId()
        The OCID of the resource.
        Returns:
        the value
      • getResourceName

        public String getResourceName()
        The display name of the resource.
        Returns:
        the value
      • getProductName

        public String getProductName()
        The resource product name.
        Returns:
        the value
      • getResourceCompartmentId

        public String getResourceCompartmentId()
        The OCID of the compartment that contains the resource.
        Returns:
        the value
      • getResourceCompartmentName

        public String getResourceCompartmentName()
        The display name of the compartment that contains the resource.
        Returns:
        the value
      • getResourceUnitType

        public ResourceUnit getResourceUnitType()
        The unit type for the resource.
        Returns:
        the value
      • getResourceUnitCount

        public Double getResourceUnitCount()
        Number of units of the resource
        Returns:
        the value
      • getLicenseUnitType

        public LicenseUnit getLicenseUnitType()
        The product license unit.
        Returns:
        the value
      • getLicenseUnitsConsumed

        public Double getLicenseUnitsConsumed()
        Number of license units consumed by the resource.
        Returns:
        the value
      • getIsBaseLicenseAvailable

        public Boolean getIsBaseLicenseAvailable()
        Specifies if the base license is available.
        Returns:
        the value
      • getAreAllOptionsAvailable

        public Boolean getAreAllOptionsAvailable()
        Specifies if all options are available.
        Returns:
        the value
      • getMissingProducts

        public List<Product> getMissingProducts()
        Collection of missing product licenses.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public 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
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel