Class UsageInner
java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.UsageInner
The core usage details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the currentValue property: The current usage.limit()
Get the limit property: The limit integer.name()
Get the name property: The name.unit()
Get the unit property: The unit details.void
validate()
Validates the instance.withCurrentValue
(Long currentValue) Set the currentValue property: The current usage.Set the limit property: The limit integer.Set the name property: The name.Set the unit property: The unit details.
-
Constructor Details
-
UsageInner
public UsageInner()Creates an instance of UsageInner class.
-
-
Method Details
-
currentValue
Get the currentValue property: The current usage.- Returns:
- the currentValue value.
-
withCurrentValue
Set the currentValue property: The current usage.- Parameters:
currentValue
- the currentValue value to set.- Returns:
- the UsageInner object itself.
-
limit
Get the limit property: The limit integer.- Returns:
- the limit value.
-
withLimit
Set the limit property: The limit integer.- Parameters:
limit
- the limit value to set.- Returns:
- the UsageInner object itself.
-
unit
Get the unit property: The unit details.- Returns:
- the unit value.
-
withUnit
Set the unit property: The unit details.- Parameters:
unit
- the unit value to set.- Returns:
- the UsageInner object itself.
-
name
Get the name property: The name.- Returns:
- the name value.
-
withName
Set the name property: The name.- Parameters:
name
- the name value to set.- Returns:
- the UsageInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-