public final class ResponseMetadata extends Object
| Constructor and Description |
|---|
ResponseMetadata() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
dataSource()
Get the dataSource property: Source of the Data.
|
void |
validate()
Validates the instance.
|
ResponseMetadata |
withDataSource(DataSource dataSource)
Set the dataSource property: Source of the Data.
|
public DataSource dataSource()
public ResponseMetadata withDataSource(DataSource dataSource)
dataSource - the dataSource value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.