public class DeliveryOptimizationBandwidthBusinessHoursLimit extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeliveryOptimizationBandwidthBusinessHoursLimit.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
bandwidthBeginBusinessHours |
protected Integer |
bandwidthEndBusinessHours |
protected Integer |
bandwidthPercentageDuringBusinessHours |
protected Integer |
bandwidthPercentageOutsideBusinessHours |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
DeliveryOptimizationBandwidthBusinessHoursLimit() |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryOptimizationBandwidthBusinessHoursLimit.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getBandwidthBeginBusinessHours()
“Specifies the beginning of business hours using a 24-hour clock (0-23).
|
Optional<Integer> |
getBandwidthEndBusinessHours()
“Specifies the end of business hours using a 24-hour clock (0-23).
|
Optional<Integer> |
getBandwidthPercentageDuringBusinessHours()
“Specifies the percentage of bandwidth to limit during business hours (0-100).
|
Optional<Integer> |
getBandwidthPercentageOutsideBusinessHours()
“Specifies the percentage of bandwidth to limit outsidse business hours (0-100).
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DeliveryOptimizationBandwidthBusinessHoursLimit |
withBandwidthBeginBusinessHours(Integer bandwidthBeginBusinessHours)
Returns an immutable copy of
this with just the bandwidthBeginBusinessHours field changed. |
DeliveryOptimizationBandwidthBusinessHoursLimit |
withBandwidthEndBusinessHours(Integer bandwidthEndBusinessHours)
Returns an immutable copy of
this with just the bandwidthEndBusinessHours field changed. |
DeliveryOptimizationBandwidthBusinessHoursLimit |
withBandwidthPercentageDuringBusinessHours(Integer bandwidthPercentageDuringBusinessHours)
Returns an immutable copy of
this with just the bandwidthPercentageDuringBusinessHours field changed. |
DeliveryOptimizationBandwidthBusinessHoursLimit |
withBandwidthPercentageOutsideBusinessHours(Integer bandwidthPercentageOutsideBusinessHours)
Returns an immutable copy of
this with just the bandwidthPercentageOutsideBusinessHours field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Integer bandwidthBeginBusinessHours
protected Integer bandwidthEndBusinessHours
protected Integer bandwidthPercentageDuringBusinessHours
protected Integer bandwidthPercentageOutsideBusinessHours
protected DeliveryOptimizationBandwidthBusinessHoursLimit()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<Integer> getBandwidthBeginBusinessHours()
public DeliveryOptimizationBandwidthBusinessHoursLimit withBandwidthBeginBusinessHours(Integer bandwidthBeginBusinessHours)
this with just the bandwidthBeginBusinessHours 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.
“Specifies the beginning of business hours using a 24-hour clock (0-23). Valid values 0 to 23”
bandwidthBeginBusinessHours - new value of bandwidthBeginBusinessHours field (as defined in service metadata)this with just the bandwidthBeginBusinessHours field changedpublic Optional<Integer> getBandwidthEndBusinessHours()
public DeliveryOptimizationBandwidthBusinessHoursLimit withBandwidthEndBusinessHours(Integer bandwidthEndBusinessHours)
this with just the bandwidthEndBusinessHours 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.
“Specifies the end of business hours using a 24-hour clock (0-23). Valid values 0 to 23”
bandwidthEndBusinessHours - new value of bandwidthEndBusinessHours field (as defined in service metadata)this with just the bandwidthEndBusinessHours field changedpublic Optional<Integer> getBandwidthPercentageDuringBusinessHours()
public DeliveryOptimizationBandwidthBusinessHoursLimit withBandwidthPercentageDuringBusinessHours(Integer bandwidthPercentageDuringBusinessHours)
this with just the bandwidthPercentageDuringBusinessHours 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.
“Specifies the percentage of bandwidth to limit during business hours (0-100). Valid values 0 to 100”
bandwidthPercentageDuringBusinessHours - new value of bandwidthPercentageDuringBusinessHours field (as defined in service metadata)this with just the bandwidthPercentageDuringBusinessHours field changedpublic Optional<Integer> getBandwidthPercentageOutsideBusinessHours()
public DeliveryOptimizationBandwidthBusinessHoursLimit withBandwidthPercentageOutsideBusinessHours(Integer bandwidthPercentageOutsideBusinessHours)
this with just the bandwidthPercentageOutsideBusinessHours 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.
“Specifies the percentage of bandwidth to limit outsidse business hours (0-100). Valid values 0 to 100”
bandwidthPercentageOutsideBusinessHours - new value of bandwidthPercentageOutsideBusinessHours field (as defined in service metadata)this with just the bandwidthPercentageOutsideBusinessHours field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static DeliveryOptimizationBandwidthBusinessHoursLimit.Builder builder()
Copyright © 2018–2020. All rights reserved.