# Record: com.pnfsoftware.jeb.util.llm.LlmConversationBuilder.Information

Usage and timing counters collected for a conversation.

## Constructor: Information
- parameter: `totalTokensInCacheHit`, type: `int`
- parameter: `totalTokensIn`, type: `int`
- parameter: `totalTokensOut`, type: `int`
- parameter: `lastTokensInCacheHit`, type: `int`
- parameter: `lastTokensIn`, type: `int`
- parameter: `lastTokensOut`, type: `int`
- parameter: `aggrRespTimeMs`, type: `long`


## Field: aggrRespTimeMs
Type: `long`

## Field: lastTokensIn
Type: `int`

## Field: lastTokensInCacheHit
Type: `int`

## Field: lastTokensOut
Type: `int`

## Field: totalTokensIn
Type: `int`

## Field: totalTokensInCacheHit
Type: `int`

## Field: totalTokensOut
Type: `int`

## Method: aggrRespTimeMs
- return type: `long`


## Method: equals
- parameter: `o`, type: `java.lang.Object`
- return type: `boolean`


## Method: hashCode
- return type: `int`


## Method: lastTokensIn
- return type: `int`


## Method: lastTokensInCacheHit
- return type: `int`


## Method: lastTokensOut
- return type: `int`


## Method: toString
- return type: `java.lang.String`


## Method: totalTokensIn
- return type: `int`


## Method: totalTokensInCacheHit
- return type: `int`


## Method: totalTokensOut
- return type: `int`


