Record Class HarTiming
java.lang.Object
java.lang.Record
de.sstoehr.harreader.model.HarTiming
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadditionalrecord component.blocked()Returns the value of theblockedrecord component.comment()Returns the value of thecommentrecord component.connect()Returns the value of theconnectrecord component.dns()Returns the value of thednsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.receive()Returns the value of thereceiverecord component.send()Returns the value of thesendrecord component.voidsetAdditionalField(String key, Object value) ssl()Returns the value of thesslrecord component.final StringtoString()Returns a string representation of this record class.waitTime()Returns the value of thewaitTimerecord component.
-
Field Details
-
DEFAULT_TIME
-
-
Constructor Details
-
HarTiming
public HarTiming() -
HarTiming
public HarTiming(@Nullable Integer blocked, @Nullable Integer dns, @Nullable Integer connect, @Nullable Integer send, @Nullable Integer waitTime, @Nullable Integer receive, @Nullable Integer ssl, @Nullable String comment, @Nullable Map<String, Object> additional) Creates an instance of aHarTimingrecord class.- Parameters:
blocked- the value for theblockedrecord componentdns- the value for thednsrecord componentconnect- the value for theconnectrecord componentsend- the value for thesendrecord componentwaitTime- the value for thewaitTimerecord componentreceive- the value for thereceiverecord componentssl- the value for thesslrecord componentcomment- the value for thecommentrecord componentadditional- the value for theadditionalrecord component
-
-
Method Details
-
additional
-
setAdditionalField
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
blocked
Returns the value of theblockedrecord component.- Returns:
- the value of the
blockedrecord component
-
dns
Returns the value of thednsrecord component.- Returns:
- the value of the
dnsrecord component
-
connect
Returns the value of theconnectrecord component.- Returns:
- the value of the
connectrecord component
-
send
Returns the value of thesendrecord component.- Returns:
- the value of the
sendrecord component
-
waitTime
Returns the value of thewaitTimerecord component.- Returns:
- the value of the
waitTimerecord component
-
receive
Returns the value of thereceiverecord component.- Returns:
- the value of the
receiverecord component
-
ssl
Returns the value of thesslrecord component.- Returns:
- the value of the
sslrecord component
-
comment
Returns the value of thecommentrecord component.- Returns:
- the value of the
commentrecord component
-