Class ProductLicenseConsumerSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.licensemanager.model.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 theProductLicenseConsumerSummary.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 theProductLicenseConsumerSummary.Builder
, which maintain a set of all explicitly set fields calledProductLicenseConsumerSummary.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 Summary
Nested Classes Modifier and Type Class Description static class
ProductLicenseConsumerSummary.Builder
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProductLicenseConsumerSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
Boolean
getAreAllOptionsAvailable()
Specifies if all options are available.Boolean
getIsBaseLicenseAvailable()
Specifies if the base license is available.Double
getLicenseUnitsConsumed()
Number of license units consumed by the resource.LicenseUnit
getLicenseUnitType()
The product license unit.List<Product>
getMissingProducts()
Collection of missing product licenses.String
getProductName()
The resource product name.String
getResourceCompartmentId()
The OCID of the compartment that contains the resource.String
getResourceCompartmentName()
The display name of the compartment that contains the resource.String
getResourceId()
The OCID of the resource.String
getResourceName()
The display name of the resource.Double
getResourceUnitCount()
Number of units of the resourceResourceUnit
getResourceUnitType()
The unit type for the resource.int
hashCode()
ProductLicenseConsumerSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
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
-
builder
public static ProductLicenseConsumerSummary.Builder builder()
Create a new builder.
-
toBuilder
public ProductLicenseConsumerSummary.Builder toBuilder()
-
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 classcom.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 classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-