Class Rendering
- java.lang.Object
-
- com.microsoft.azure.management.appservice.Rendering
-
public class Rendering extends Object
Instructions for rendering the data.
-
-
Constructor Summary
Constructors Constructor Description Rendering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get description of the data that will help it be interpreted.Stringtitle()Get title of data.RenderingTypetype()Get rendering Type.RenderingwithDescription(String description)Set description of the data that will help it be interpreted.RenderingwithTitle(String title)Set title of data.RenderingwithType(RenderingType type)Set rendering Type.
-
-
-
Method Detail
-
type
public RenderingType type()
Get rendering Type. Possible values include: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance'.- Returns:
- the type value
-
withType
public Rendering withType(RenderingType type)
Set rendering Type. Possible values include: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance'.- Parameters:
type- the type value to set- Returns:
- the Rendering object itself.
-
title
public String title()
Get title of data.- Returns:
- the title value
-
withTitle
public Rendering withTitle(String title)
Set title of data.- Parameters:
title- the title value to set- Returns:
- the Rendering object itself.
-
description
public String description()
Get description of the data that will help it be interpreted.- Returns:
- the description value
-
-