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.ExplicitlySetBmcModelA 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 SummaryNested Classes Modifier and Type Class Description static classTopUtilizedProductLicenseSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description TopUtilizedProductLicenseSummary(String productLicenseId, String productType, LicenseUnit unitType, Double totalUnitsConsumed, Integer totalLicenseUnitCount, Boolean isUnlimited, Status status)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopUtilizedProductLicenseSummary.Builderbuilder()Create a new builder.booleanequals(Object o)BooleangetIsUnlimited()Specifies if the license unit count is unlimited.StringgetProductLicenseId()The product license OCID.StringgetProductType()The product type.StatusgetStatus()The current product license status.IntegergetTotalLicenseUnitCount()Total number of license units in the product license provided by the user.DoublegetTotalUnitsConsumed()Number of license units consumed.LicenseUnitgetUnitType()The product license unit.inthashCode()TopUtilizedProductLicenseSummary.BuildertoBuilder()StringtoString()StringtoString(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- 
builderpublic static TopUtilizedProductLicenseSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic TopUtilizedProductLicenseSummary.Builder toBuilder() 
 - 
getProductLicenseIdpublic String getProductLicenseId() The product license OCID.- Returns:
- the value
 
 - 
getProductTypepublic String getProductType() The product type.- Returns:
- the value
 
 - 
getUnitTypepublic LicenseUnit getUnitType() The product license unit.- Returns:
- the value
 
 - 
getTotalUnitsConsumedpublic Double getTotalUnitsConsumed() Number of license units consumed.- Returns:
- the value
 
 - 
getTotalLicenseUnitCountpublic Integer getTotalLicenseUnitCount() Total number of license units in the product license provided by the user.- Returns:
- the value
 
 - 
getIsUnlimitedpublic Boolean getIsUnlimited() Specifies if the license unit count is unlimited.- Returns:
- the value
 
 - 
getStatuspublic Status getStatus() The current product license status.- 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
 
 
- 
 
-