DimensionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. models. DimensionProperties
- com.
Implements
public final class DimensionProperties
implements JsonSerializable<DimensionProperties>
Type of operation: get, read, delete, etc.
Constructor Summary
Constructor | Description |
---|---|
DimensionProperties() |
Creates an instance of Dimension |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
displayName()
Get the display |
static
Dimension |
fromJson(JsonReader jsonReader)
Reads an instance of Dimension |
String |
internalName()
Get the internal |
String |
name()
Get the name property: Name of dimension. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Dimension |
withDisplayName(String displayName)
Set the display |
Dimension |
withInternalName(String internalName)
Set the internal |
Dimension |
withName(String name)
Set the name property: Name of dimension. |
Methods inherited from java.lang.Object
Constructor Details
DimensionProperties
public DimensionProperties()
Creates an instance of DimensionProperties class.
Method Details
displayName
public String displayName()
Get the displayName property: Display name of dimension.
Returns:
fromJson
public static DimensionProperties fromJson(JsonReader jsonReader)
Reads an instance of DimensionProperties from the JsonReader.
Parameters:
Returns:
Throws:
internalName
public String internalName()
Get the internalName property: Internal name of dimension.
Returns:
name
public String name()
Get the name property: Name of dimension.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplayName
public DimensionProperties withDisplayName(String displayName)
Set the displayName property: Display name of dimension.
Parameters:
Returns:
withInternalName
public DimensionProperties withInternalName(String internalName)
Set the internalName property: Internal name of dimension.
Parameters:
Returns:
withName
public DimensionProperties withName(String name)
Set the name property: Name of dimension.
Parameters:
Returns: