ConnectorAggregation.Builder

public abstract class ConnectorAggregation.Builder


Builder for ConnectorAggregation

Summary

Public constructors

Public constructors

Builder

public Builder()

Public methods

build

public abstract ConnectorAggregation build()

getAvailabilityLastUpdateTime

public abstract @Nullable Instant getAvailabilityLastUpdateTime()

getAvailableCount

public abstract @Nullable Integer getAvailableCount()

getOutOfServiceCount

public abstract @Nullable Integer getOutOfServiceCount()

setAvailabilityLastUpdateTime

public abstract ConnectorAggregation.Builder setAvailabilityLastUpdateTime(
    @Nullable Instant availabilityLastUpdateTime
)

setAvailableCount

public abstract ConnectorAggregation.Builder setAvailableCount(@Nullable Integer availableCount)

setCount

public abstract ConnectorAggregation.Builder setCount(Integer count)

setMaxChargeRateKw

public abstract ConnectorAggregation.Builder setMaxChargeRateKw(Double maxChargeRateKw)

setOutOfServiceCount

public abstract ConnectorAggregation.Builder setOutOfServiceCount(@Nullable Integer outOfServiceCount)

setType

public abstract ConnectorAggregation.Builder setType(EVConnectorType type)