public static final class ListZkTrackResponseBody.Traces.Builder extends Object
public ListZkTrackResponseBody.Traces.Builder acl(String acl)
The access control list (ACL).
example:world:anyone:cdrwa
public ListZkTrackResponseBody.Traces.Builder dataType(String dataType)
The data type. Valid values:
persist
public ListZkTrackResponseBody.Traces.Builder eventType(String eventType)
The type of the event. For trajectory of the Notify type:
NodeCreated
public ListZkTrackResponseBody.Traces.Builder finished(Boolean finished)
Indicates whether the transaction ended.
example:true
public ListZkTrackResponseBody.Traces.Builder logDate(String logDate)
The logging time.
example:2022-11-28 15:09:15,606
public ListZkTrackResponseBody.Traces.Builder multiSize(Long multiSize)
The transaction size.
example:3
public ListZkTrackResponseBody.Traces.Builder opType(String opType)
The type of the operation. For trajectory of the Push type:
For trajectory of the Pull type:
Create
public ListZkTrackResponseBody.Traces.Builder path(String path)
The path.
example:/path
public ListZkTrackResponseBody.Traces.Builder result(String result)
The returned result.
example:success
public ListZkTrackResponseBody.Traces.Builder sessionId(String sessionId)
The session ID.
example:0x301fdfbdbf00***
public ListZkTrackResponseBody.Traces.Builder timestamp(String timestamp)
The timestamp. It is not available.
example:1669619383000
public ListZkTrackResponseBody.Traces.Builder traceType(String traceType)
The type of the trajectory. Valid values:
Push
public ListZkTrackResponseBody.Traces.Builder ttl(Long ttl)
The time to live (TTL).
example:0
public ListZkTrackResponseBody.Traces.Builder watch(Boolean watch)
Indicates whether the monitoring feature is enabled.
example:true
public ListZkTrackResponseBody.Traces build()
Copyright © 2026. All rights reserved.