Class ResponseMetaData
- java.lang.Object
-
- com.microsoft.azure.management.appservice.ResponseMetaData
-
public class ResponseMetaData extends Object
The ResponseMetaData model.
-
-
Constructor Summary
Constructors Constructor Description ResponseMetaData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSourcedataSource()Get source of the Data.ResponseMetaDatawithDataSource(DataSource dataSource)Set source of the Data.
-
-
-
Method Detail
-
dataSource
public DataSource dataSource()
Get source of the Data.- Returns:
- the dataSource value
-
withDataSource
public ResponseMetaData withDataSource(DataSource dataSource)
Set source of the Data.- Parameters:
dataSource- the dataSource value to set- Returns:
- the ResponseMetaData object itself.
-
-