Class MetaResponse
java.lang.Object
com.langfuse.client.resources.utils.pagination.types.MetaResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getPage
public int getPage()- Returns:
- current page number
-
getLimit
public int getLimit()- Returns:
- number of items per page
-
getTotalItems
public int getTotalItems()- Returns:
- number of total items given the current filters/selection (if any)
-
getTotalPages
public int getTotalPages()- Returns:
- number of total pages given the current limit
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-