TermsPaging Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. TermsPaging
- com.
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. |
Terms |
withLimit(Integer limit)
Set the limit value. |
Terms |
withOffset(Integer offset)
Set the offset value. |
Terms |
withReturned(Integer returned)
Set the returned value. |
Terms |
withTotal(Integer total)
Set the total value. |
Method Details
limit
public Integer limit()
Get the limit value.
Returns:
offset
public Integer offset()
Get the offset value.
Returns:
returned
public Integer returned()
Get the returned value.
Returns:
total
public Integer total()
Get the total value.
Returns:
withLimit
public TermsPaging withLimit(Integer limit)
Set the limit value.
Parameters:
Returns:
withOffset
public TermsPaging withOffset(Integer offset)
Set the offset value.
Parameters:
Returns:
withReturned
public TermsPaging withReturned(Integer returned)
Set the returned value.
Parameters:
Returns:
withTotal
public TermsPaging withTotal(Integer total)
Set the total value.
Parameters:
Returns: