Class ResponseMetadata
java.lang.Object
com.azure.resourcemanager.appservice.models.ResponseMetadata
The ResponseMetadata model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the dataSource property: Source of the Data.voidvalidate()Validates the instance.withDataSource(DataSource dataSource) Set the dataSource property: Source of the Data.
-
Constructor Details
-
ResponseMetadata
public ResponseMetadata()Creates an instance of ResponseMetadata class.
-
-
Method Details
-
dataSource
Get the dataSource property: Source of the Data.- Returns:
- the dataSource value.
-
withDataSource
Set the dataSource property: Source of the Data.- Parameters:
dataSource- the dataSource value to set.- Returns:
- the ResponseMetadata object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-