WebWebGrouping Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.websearch.models.WebWebGrouping

public class WebWebGrouping

The WebWebGrouping model.

Constructor Summary

Constructor Description
WebWebGrouping()

Method Summary

Modifier and Type Method and Description
java.util.List<WebPage> webPages()

Get the webPages value.

WebWebGrouping withWebPages(List<WebPage> webPages)

Set the webPages value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

WebWebGrouping

public WebWebGrouping()

Method Details

webPages

public List webPages()

Get the webPages value.

Returns:

the webPages value

withWebPages

public WebWebGrouping withWebPages(List webPages)

Set the webPages value.

Parameters:

webPages - the webPages value to set

Returns:

the WebWebGrouping object itself.

Applies to