public static interface AggregateProductStatus.StatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActiveCount()
public abstract long getActiveCount()
The number of products that are active.
int64 active_count = 1;
Returns | |
---|---|
Type | Description |
long |
The activeCount. |
getDisapprovedCount()
public abstract long getDisapprovedCount()
The number of products that are disapproved.
int64 disapproved_count = 3;
Returns | |
---|---|
Type | Description |
long |
The disapprovedCount. |
getExpiringCount()
public abstract long getExpiringCount()
The number of products that are expiring.
int64 expiring_count = 4;
Returns | |
---|---|
Type | Description |
long |
The expiringCount. |
getPendingCount()
public abstract long getPendingCount()
The number of products that are pending.
int64 pending_count = 2;
Returns | |
---|---|
Type | Description |
long |
The pendingCount. |