public static class SubscriptionScheduleCreateParams.RenewalInterval
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SubscriptionScheduleCreateParams.RenewalInterval.Builder |
static class |
SubscriptionScheduleCreateParams.RenewalInterval.Interval |
Modifier and Type | Method and Description |
---|---|
static SubscriptionScheduleCreateParams.RenewalInterval.Builder |
builder() |
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
SubscriptionScheduleCreateParams.RenewalInterval.Interval |
getInterval()
Interval at which to renew the subscription schedule for when it ends.
|
java.lang.Long |
getLength()
Number of intervals to renew the subscription schedule for when it ends.
|
public static SubscriptionScheduleCreateParams.RenewalInterval.Builder builder()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public SubscriptionScheduleCreateParams.RenewalInterval.Interval getInterval()
public java.lang.Long getLength()