Class Rendering
java.lang.Object
com.microsoft.azure.management.appservice.Rendering
Instructions for rendering the data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet description of the data that will help it be interpreted.title()
Get title of data.type()
Get rendering Type.withDescription
(String description) Set description of the data that will help it be interpreted.Set title of data.withType
(RenderingType type) Set rendering Type.
-
Constructor Details
-
Rendering
public Rendering()
-
-
Method Details
-
type
Get rendering Type. Possible values include: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance'.- Returns:
- the type value
-
withType
Set rendering Type. Possible values include: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance'.- Parameters:
type
- the type value to set- Returns:
- the Rendering object itself.
-
title
Get title of data.- Returns:
- the title value
-
withTitle
Set title of data.- Parameters:
title
- the title value to set- Returns:
- the Rendering object itself.
-
description
Get description of the data that will help it be interpreted.- Returns:
- the description value
-
withDescription
Set description of the data that will help it be interpreted.- Parameters:
description
- the description value to set- Returns:
- the Rendering object itself.
-