BigDataPoolResourceInfoListResult Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.BigDataPoolResourceInfoListResult

public final class BigDataPoolResourceInfoListResult

Collection of Big Data pools

Collection of Big Data pool information.

Constructor Summary

Constructor Description
BigDataPoolResourceInfoListResult()

Creates an instance of BigDataPoolResourceInfoListResult class.

Method Summary

Modifier and Type Method and Description
String getNextLink()

Get the nextLink property: Link to the next page of results.

List<BigDataPoolResourceInfo> getValue()

Get the value property: List of Big Data pools.

BigDataPoolResourceInfoListResult setNextLink(String nextLink)

Set the nextLink property: Link to the next page of results.

BigDataPoolResourceInfoListResult setValue(List<BigDataPoolResourceInfo> value)

Set the value property: List of Big Data pools.

Methods inherited from java.lang.Object

Constructor Details

BigDataPoolResourceInfoListResult

public BigDataPoolResourceInfoListResult()

Creates an instance of BigDataPoolResourceInfoListResult class.

Method Details

getNextLink

public String getNextLink()

Get the nextLink property: Link to the next page of results.

Returns:

the nextLink value.

getValue

public List getValue()

Get the value property: List of Big Data pools.

Returns:

the value value.

setNextLink

public BigDataPoolResourceInfoListResult setNextLink(String nextLink)

Set the nextLink property: Link to the next page of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the BigDataPoolResourceInfoListResult object itself.

setValue

public BigDataPoolResourceInfoListResult setValue(List value)

Set the value property: List of Big Data pools.

Parameters:

value - the value value to set.

Returns:

the BigDataPoolResourceInfoListResult object itself.

Applies to