TermsPaging Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.TermsPaging

public class TermsPaging

Paging details.

Method Summary

Modifier and Type Method and Description
Integer limit()

Get the limit value.

Integer offset()

Get the offset value.

Integer returned()

Get the returned value.

Integer total()

Get the total value.

TermsPaging withLimit(Integer limit)

Set the limit value.

TermsPaging withOffset(Integer offset)

Set the offset value.

TermsPaging withReturned(Integer returned)

Set the returned value.

TermsPaging withTotal(Integer total)

Set the total value.

Method Details

limit

public Integer limit()

Get the limit value.

Returns:

the limit value

offset

public Integer offset()

Get the offset value.

Returns:

the offset value

returned

public Integer returned()

Get the returned value.

Returns:

the returned value

total

public Integer total()

Get the total value.

Returns:

the total value

withLimit

public TermsPaging withLimit(Integer limit)

Set the limit value.

Parameters:

limit - the limit value to set

Returns:

the TermsPaging object itself.

withOffset

public TermsPaging withOffset(Integer offset)

Set the offset value.

Parameters:

offset - the offset value to set

Returns:

the TermsPaging object itself.

withReturned

public TermsPaging withReturned(Integer returned)

Set the returned value.

Parameters:

returned - the returned value to set

Returns:

the TermsPaging object itself.

withTotal

public TermsPaging withTotal(Integer total)

Set the total value.

Parameters:

total - the total value to set

Returns:

the TermsPaging object itself.

Applies to