Class PaymentScheduleEntry
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PaymentScheduleEntry.Builder,PaymentScheduleEntry>
A single installment entry in the renewal payment schedule.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PaymentScheduleEntry.Builderbuilder()final StringThe relative offset from the renewal agreement start date when this installment is due, in ISO 8601 duration format.final StringThe percentage of the increased TCV to charge in this installment.final IntegerThe optional calendar day of month on which the charge occurs.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends PaymentScheduleEntry.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
chargeDateOffset
The relative offset from the renewal agreement start date when this installment is due, in ISO 8601 duration format. The offset uses months only or days only (for example, P1M or P30D); mixed units are not supported, and every offset in a schedule uses the same unit.
- Returns:
- The relative offset from the renewal agreement start date when this installment is due, in ISO 8601 duration format. The offset uses months only or days only (for example, P1M or P30D); mixed units are not supported, and every offset in a schedule uses the same unit.
-
chargePercentage
The percentage of the increased TCV to charge in this installment. All entries in a schedule sum to 100.00.
- Returns:
- The percentage of the increased TCV to charge in this installment. All entries in a schedule sum to 100.00.
-
dayOfMonth
The optional calendar day of month on which the charge occurs. When absent, the charge day is derived from
chargeDateOffset, and this field does not apply whenchargeDateOffsetis expressed in days. For months with fewer days than the specified day, the charge occurs on the last day of the month. For example, ifdayOfMonthis 31, the charge in April occurs on April 30.- Returns:
- The optional calendar day of month on which the charge occurs. When absent, the charge day is derived
from
chargeDateOffset, and this field does not apply whenchargeDateOffsetis expressed in days. For months with fewer days than the specified day, the charge occurs on the last day of the month. For example, ifdayOfMonthis 31, the charge in April occurs on April 30.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<PaymentScheduleEntry.Builder,PaymentScheduleEntry> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-