Class FXRfsSingleDeliverable
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.client.FXRfsSingleDeliverable
-
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class FXRfsSingleDeliverable extends java.lang.Object
FXRfsSingleDeliverable
-
-
Constructor Summary
Constructors Constructor Description FXRfsSingleDeliverable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
FXRfsSingleDeliverableOutright
getOutright()
Get outrightFXRfsSingleDeliverableTimeOption
getTimeOption()
Get timeOptionint
hashCode()
FXRfsSingleDeliverable
outright(FXRfsSingleDeliverableOutright outright)
void
setOutright(FXRfsSingleDeliverableOutright outright)
void
setTimeOption(FXRfsSingleDeliverableTimeOption timeOption)
FXRfsSingleDeliverable
timeOption(FXRfsSingleDeliverableTimeOption timeOption)
java.lang.String
toString()
-
-
-
Method Detail
-
outright
public FXRfsSingleDeliverable outright(FXRfsSingleDeliverableOutright outright)
-
getOutright
public FXRfsSingleDeliverableOutright getOutright()
Get outright- Returns:
- outright
-
setOutright
public void setOutright(FXRfsSingleDeliverableOutright outright)
-
timeOption
public FXRfsSingleDeliverable timeOption(FXRfsSingleDeliverableTimeOption timeOption)
-
getTimeOption
public FXRfsSingleDeliverableTimeOption getTimeOption()
Get timeOption- Returns:
- timeOption
-
setTimeOption
public void setTimeOption(FXRfsSingleDeliverableTimeOption timeOption)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-