public class ApiSummaryItemBuilder extends Object
Constructor and Description |
---|
ApiSummaryItemBuilder() |
Modifier and Type | Method and Description |
---|---|
ApiSummaryItemBuilder |
active(BigInteger newActive) |
ApiSummaryItemBuilder |
active(int newActive) |
ApiSummaryItemBuilder |
active(Integer newActive) |
ApiSummaryItemBuilder |
active(long newActive) |
ApiSummaryItemBuilder |
active(Long newActive) |
ApiSummaryItem |
build() |
ApiSummaryItemBuilder |
total(BigInteger newTotal) |
ApiSummaryItemBuilder |
total(int newTotal) |
ApiSummaryItemBuilder |
total(Integer newTotal) |
ApiSummaryItemBuilder |
total(long newTotal) |
ApiSummaryItemBuilder |
total(Long newTotal) |
public ApiSummaryItemBuilder active(int newActive)
public ApiSummaryItemBuilder active(Integer newActive)
public ApiSummaryItemBuilder active(long newActive)
public ApiSummaryItemBuilder active(Long newActive)
public ApiSummaryItemBuilder active(BigInteger newActive)
public ApiSummaryItemBuilder total(int newTotal)
public ApiSummaryItemBuilder total(Integer newTotal)
public ApiSummaryItemBuilder total(long newTotal)
public ApiSummaryItemBuilder total(Long newTotal)
public ApiSummaryItemBuilder total(BigInteger newTotal)
public ApiSummaryItem build()
Copyright © 2016. All rights reserved.