public class DeliveryOptimizationBandwidthHoursWithPercentage extends DeliveryOptimizationBandwidth implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeliveryOptimizationBandwidthHoursWithPercentage.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected DeliveryOptimizationBandwidthBusinessHoursLimit |
bandwidthBackgroundPercentageHours |
protected DeliveryOptimizationBandwidthBusinessHoursLimit |
bandwidthForegroundPercentageHours |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
DeliveryOptimizationBandwidthHoursWithPercentage() |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected DeliveryOptimizationBandwidthBusinessHoursLimit bandwidthBackgroundPercentageHours
protected DeliveryOptimizationBandwidthBusinessHoursLimit bandwidthForegroundPercentageHours
protected DeliveryOptimizationBandwidthHoursWithPercentage()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeliveryOptimizationBandwidthpublic Optional<DeliveryOptimizationBandwidthBusinessHoursLimit> getBandwidthBackgroundPercentageHours()
public DeliveryOptimizationBandwidthHoursWithPercentage withBandwidthBackgroundPercentageHours(DeliveryOptimizationBandwidthBusinessHoursLimit bandwidthBackgroundPercentageHours)
this with just the bandwidthBackgroundPercentageHours field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Background download percentage hours.”
bandwidthBackgroundPercentageHours - new value of bandwidthBackgroundPercentageHours field (as defined in service metadata)this with just the bandwidthBackgroundPercentageHours field changedpublic Optional<DeliveryOptimizationBandwidthBusinessHoursLimit> getBandwidthForegroundPercentageHours()
public DeliveryOptimizationBandwidthHoursWithPercentage withBandwidthForegroundPercentageHours(DeliveryOptimizationBandwidthBusinessHoursLimit bandwidthForegroundPercentageHours)
this with just the bandwidthForegroundPercentageHours field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Foreground download percentage hours.”
bandwidthForegroundPercentageHours - new value of bandwidthForegroundPercentageHours field (as defined in service metadata)this with just the bandwidthForegroundPercentageHours field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeliveryOptimizationBandwidthpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeliveryOptimizationBandwidthpublic static DeliveryOptimizationBandwidthHoursWithPercentage.Builder builderDeliveryOptimizationBandwidthHoursWithPercentage()
public String toString()
toString in class DeliveryOptimizationBandwidthCopyright © 2018–2020. All rights reserved.