Class Dimension
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.Dimension
-
public final class Dimension extends Object
Dimension of blobs, possibly be blob type or access tier.
-
-
Constructor Summary
Constructors Constructor Description Dimension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdisplayName()Get the displayName property: Display name of dimension.Stringname()Get the name property: Display name of dimension.voidvalidate()Validates the instance.DimensionwithDisplayName(String displayName)Set the displayName property: Display name of dimension.DimensionwithName(String name)Set the name property: Display name of dimension.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Display name of dimension.- Returns:
- the name value.
-
withName
public Dimension withName(String name)
Set the name property: Display name of dimension.- Parameters:
name- the name value to set.- Returns:
- the Dimension object itself.
-
displayName
public String displayName()
Get the displayName property: Display name of dimension.- Returns:
- the displayName value.
-
withDisplayName
public Dimension withDisplayName(String displayName)
Set the displayName property: Display name of dimension.- Parameters:
displayName- the displayName value to set.- Returns:
- the Dimension object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-