Class ResponseMetaData
java.lang.Object
com.microsoft.azure.management.appservice.ResponseMetaData
The ResponseMetaData model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet source of the Data.withDataSource
(DataSource dataSource) Set source of the Data.
-
Constructor Details
-
ResponseMetaData
public ResponseMetaData()
-
-
Method Details
-
dataSource
Get source of the Data.- Returns:
- the dataSource value
-
withDataSource
Set source of the Data.- Parameters:
dataSource
- the dataSource value to set- Returns:
- the ResponseMetaData object itself.
-