public static class AttentionLogCountSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AttentionLogCountSummary |
build() |
AttentionLogCountSummary.Builder |
category(AttentionLogCountSummary.Category category)
The category of different attention logs.
|
AttentionLogCountSummary.Builder |
copy(AttentionLogCountSummary model) |
AttentionLogCountSummary.Builder |
count(Integer count)
The count of attention logs with specific category.
|
public AttentionLogCountSummary.Builder category(AttentionLogCountSummary.Category category)
The category of different attention logs.
category
- the value to setpublic AttentionLogCountSummary.Builder count(Integer count)
The count of attention logs with specific category.
count
- the value to setpublic AttentionLogCountSummary build()
public AttentionLogCountSummary.Builder copy(AttentionLogCountSummary model)
Copyright © 2016–2024. All rights reserved.