public class IncentiveInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IncentiveInformation.Builder
Class to build instances of
IncentiveInformation. |
| Constructor and Description |
|---|
IncentiveInformation()
Default constructor.
|
IncentiveInformation(List<IncentiveDetails> incentiveDetails)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<IncentiveDetails> |
getIncentiveDetails()
Getter for IncentiveDetails.
|
void |
setIncentiveDetails(List<IncentiveDetails> incentiveDetails)
Setter for IncentiveDetails.
|
IncentiveInformation.Builder |
toBuilder()
Builds a new
IncentiveInformation.Builder object. |
String |
toString()
Converts this IncentiveInformation into string format.
|
public IncentiveInformation()
public IncentiveInformation(List<IncentiveDetails> incentiveDetails)
incentiveDetails - List of IncentiveDetails value for incentiveDetails.public List<IncentiveDetails> getIncentiveDetails()
public void setIncentiveDetails(List<IncentiveDetails> incentiveDetails)
incentiveDetails - Value for List of IncentiveDetailspublic String toString()
public IncentiveInformation.Builder toBuilder()
IncentiveInformation.Builder object.
Creates the instance with the state of the current model.IncentiveInformation.Builder objectCopyright © 2026. All rights reserved.