public class CustomPacingCurve extends Object implements Serializable
CustomPacingGoal objects that is
used to pace line item delivery.| Constructor and Description |
|---|
CustomPacingCurve() |
CustomPacingCurve(CustomPacingGoalUnit customPacingGoalUnit,
CustomPacingGoal[] customPacingGoals) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomPacingGoal[] |
getCustomPacingGoals()
Gets the customPacingGoals value for this CustomPacingCurve.
|
CustomPacingGoal |
getCustomPacingGoals(int i) |
CustomPacingGoalUnit |
getCustomPacingGoalUnit()
Gets the customPacingGoalUnit value for this CustomPacingCurve.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCustomPacingGoals(CustomPacingGoal[] customPacingGoals)
Sets the customPacingGoals value for this CustomPacingCurve.
|
void |
setCustomPacingGoals(int i,
CustomPacingGoal _value) |
void |
setCustomPacingGoalUnit(CustomPacingGoalUnit customPacingGoalUnit)
Sets the customPacingGoalUnit value for this CustomPacingCurve.
|
String |
toString() |
public CustomPacingCurve()
public CustomPacingCurve(CustomPacingGoalUnit customPacingGoalUnit, CustomPacingGoal[] customPacingGoals)
public CustomPacingGoalUnit getCustomPacingGoalUnit()
CustomPacingGoalDto#amount values.public void setCustomPacingGoalUnit(CustomPacingGoalUnit customPacingGoalUnit)
customPacingGoalUnit - * The unit of the CustomPacingGoalDto#amount values.public CustomPacingGoal[] getCustomPacingGoals()
public void setCustomPacingGoals(CustomPacingGoal[] customPacingGoals)
customPacingGoals - * The list of goals that make up the custom pacing curve.public CustomPacingGoal getCustomPacingGoals(int i)
public void setCustomPacingGoals(int i,
CustomPacingGoal _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.