Class UsageStatusItem
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.UsageStatusItem
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class UsageStatusItem extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelUsageStatusItem
 Note: Objects should always be created or deserialized using theUsageStatusItem.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 UsageStatusItem.Builder, which maintain a set of all explicitly set fields calledUsageStatusItem.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 classUsageStatusItem.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UsageStatusItem.Builderbuilder()Create a new builder.booleanequals(Object o)LonggetCurrentUsage()The current usage of the field.StringgetDataType()The field data type.BooleangetIsKeepDuplicates()A flag indicating whether duplicates should be retained while processing multi-valued fields.BooleangetIsMultiValued()A flag indicating whether or not the field is multi-valued.IntegergetMaxAvailable()The maximum availability of the field.inthashCode()UsageStatusItem.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
UsageStatusItem@Deprecated @ConstructorProperties({"dataType","isMultiValued","currentUsage","maxAvailable","isKeepDuplicates"}) public UsageStatusItem(String dataType, Boolean isMultiValued, Long currentUsage, Integer maxAvailable, Boolean isKeepDuplicates) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static UsageStatusItem.Builder builder() Create a new builder.
 - 
toBuilderpublic UsageStatusItem.Builder toBuilder() 
 - 
getDataTypepublic String getDataType() The field data type.- Returns:
- the value
 
 - 
getIsMultiValuedpublic Boolean getIsMultiValued() A flag indicating whether or not the field is multi-valued.- Returns:
- the value
 
 - 
getCurrentUsagepublic Long getCurrentUsage() The current usage of the field.- Returns:
- the value
 
 - 
getMaxAvailablepublic Integer getMaxAvailable() The maximum availability of the field.- Returns:
- the value
 
 - 
getIsKeepDuplicatespublic Boolean getIsKeepDuplicates() A flag indicating whether duplicates should be retained while processing multi-valued fields.- 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
 
 
- 
 
-