Class TransferBalanceCreateResponse.TargetBucket
java.lang.Object
com.oracle.communications.brm.cc.model.TransferBalanceCreateResponse.TargetBucket
- All Implemented Interfaces:
Serializable
- Enclosing class:
TransferBalanceCreateResponse
public static class TransferBalanceCreateResponse.TargetBucket
extends Object
implements Serializable
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="validTo" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="currentBalance" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
The current balance in the bucket.protected Calendar
The date and time the bucket's validity starts.protected Calendar
The date and time the bucket's validity ends. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe current balance in the bucket.The date and time the bucket's validity starts.The date and time the bucket's validity ends.void
setCurrentBalance
(BigDecimal value) Sets the value of the currentBalance property.void
setValidFrom
(Calendar value) Sets the value of the validFrom property.void
setValidTo
(Calendar value) Sets the value of the validTo property.
-
Field Details
-
validFrom
The date and time the bucket's validity starts. -
validTo
The date and time the bucket's validity ends. -
currentBalance
The current balance in the bucket.
-
-
Constructor Details
-
TargetBucket
public TargetBucket()
-
-
Method Details
-
getValidFrom
The date and time the bucket's validity starts.- Returns:
- possible object is
String
-
setValidFrom
Sets the value of the validFrom property.- Parameters:
value
- allowed object isString
- See Also:
-
getValidTo
The date and time the bucket's validity ends.- Returns:
- possible object is
String
-
setValidTo
Sets the value of the validTo property.- Parameters:
value
- allowed object isString
- See Also:
-
getCurrentBalance
The current balance in the bucket.- Returns:
- possible object is
BigDecimal
-
setCurrentBalance
Sets the value of the currentBalance property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-