Class TopUtilizedProductLicenseSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.licensemanager.model.TopUtilizedProductLicenseSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20220430") public final class TopUtilizedProductLicenseSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A summary of the top utilized product licenses.
Note: Objects should always be created or deserialized using theTopUtilizedProductLicenseSummary.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 theTopUtilizedProductLicenseSummary.Builder
, which maintain a set of all explicitly set fields calledTopUtilizedProductLicenseSummary.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
TopUtilizedProductLicenseSummary.Builder
-
Constructor Summary
Constructors Constructor Description TopUtilizedProductLicenseSummary(String productLicenseId, String productType, LicenseUnit unitType, Double totalUnitsConsumed, Integer totalLicenseUnitCount, Boolean isUnlimited, Status status)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopUtilizedProductLicenseSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
Boolean
getIsUnlimited()
Specifies if the license unit count is unlimited.String
getProductLicenseId()
The product license OCID.String
getProductType()
The product type.Status
getStatus()
The current product license status.Integer
getTotalLicenseUnitCount()
Total number of license units in the product license provided by the user.Double
getTotalUnitsConsumed()
Number of license units consumed.LicenseUnit
getUnitType()
The product license unit.int
hashCode()
TopUtilizedProductLicenseSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
TopUtilizedProductLicenseSummary
@Deprecated @ConstructorProperties({"productLicenseId","productType","unitType","totalUnitsConsumed","totalLicenseUnitCount","isUnlimited","status"}) public TopUtilizedProductLicenseSummary(String productLicenseId, String productType, LicenseUnit unitType, Double totalUnitsConsumed, Integer totalLicenseUnitCount, Boolean isUnlimited, Status status)
Deprecated.
-
-
Method Detail
-
builder
public static TopUtilizedProductLicenseSummary.Builder builder()
Create a new builder.
-
toBuilder
public TopUtilizedProductLicenseSummary.Builder toBuilder()
-
getProductLicenseId
public String getProductLicenseId()
The product license OCID.- Returns:
- the value
-
getProductType
public String getProductType()
The product type.- Returns:
- the value
-
getUnitType
public LicenseUnit getUnitType()
The product license unit.- Returns:
- the value
-
getTotalUnitsConsumed
public Double getTotalUnitsConsumed()
Number of license units consumed.- Returns:
- the value
-
getTotalLicenseUnitCount
public Integer getTotalLicenseUnitCount()
Total number of license units in the product license provided by the user.- Returns:
- the value
-
getIsUnlimited
public Boolean getIsUnlimited()
Specifies if the license unit count is unlimited.- Returns:
- the value
-
getStatus
public Status getStatus()
The current product license status.- 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
-
-