Uses of Class
io.swagger.client.model.PenaltyInfo
-
Packages that use PenaltyInfo Package Description io.swagger.client.model -
-
Uses of PenaltyInfo in io.swagger.client.model
Methods in io.swagger.client.model that return PenaltyInfo Modifier and Type Method Description PenaltyInfo
PenaltyInfo. addAmountsItem(AmountInfo amountsItem)
PenaltyInfo
PenaltyInfo. amounts(List<AmountInfo> amounts)
PenaltyInfo
PenaltyInfo. applicationCode(String applicationCode)
PenaltyInfo
PenaltyInfo. endTime(String endTime)
PenaltyInfo
PenaltyInfo. startTime(String startTime)
PenaltyInfo
PenaltyInfo. unit(String unit)
Methods in io.swagger.client.model that return types with arguments of type PenaltyInfo Modifier and Type Method Description List<PenaltyInfo>
Penalty. getPenaltyInfo()
Get penaltyInfoMethods in io.swagger.client.model with parameters of type PenaltyInfo Modifier and Type Method Description Penalty
Penalty. addPenaltyInfoItem(PenaltyInfo penaltyInfoItem)
Method parameters in io.swagger.client.model with type arguments of type PenaltyInfo Modifier and Type Method Description Penalty
Penalty. penaltyInfo(List<PenaltyInfo> penaltyInfo)
void
Penalty. setPenaltyInfo(List<PenaltyInfo> penaltyInfo)
-