delayAmount property

int? delayAmount

Property getter and setter for delayAmount:

Implementation

int? get delayAmount;
void delayAmount=(int? delayAmount)

Implementation

set delayAmount(int? delayAmount);