Class FXRfsSingle
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.client.FXRfsSingle
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2023-05-26T13:30:00.829209Z[GMT]") public class FXRfsSingle extends java.lang.Object
FXRfsSingle
-
-
Constructor Summary
Constructors Constructor Description FXRfsSingle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FXRfsSingle
deliverable(FXRfsSingleDeliverable deliverable)
boolean
equals(java.lang.Object o)
@Valid FXRfsSingleDeliverable
getDeliverable()
Get deliverable@Valid FXRfsSingleNonDeliverable
getNonDeliverable()
Get nonDeliverableint
hashCode()
FXRfsSingle
nonDeliverable(FXRfsSingleNonDeliverable nonDeliverable)
void
setDeliverable(FXRfsSingleDeliverable deliverable)
void
setNonDeliverable(FXRfsSingleNonDeliverable nonDeliverable)
java.lang.String
toString()
-
-
-
Method Detail
-
deliverable
public FXRfsSingle deliverable(FXRfsSingleDeliverable deliverable)
-
getDeliverable
@Valid public @Valid FXRfsSingleDeliverable getDeliverable()
Get deliverable- Returns:
- deliverable
-
setDeliverable
public void setDeliverable(FXRfsSingleDeliverable deliverable)
-
nonDeliverable
public FXRfsSingle nonDeliverable(FXRfsSingleNonDeliverable nonDeliverable)
-
getNonDeliverable
@Valid public @Valid FXRfsSingleNonDeliverable getNonDeliverable()
Get nonDeliverable- Returns:
- nonDeliverable
-
setNonDeliverable
public void setNonDeliverable(FXRfsSingleNonDeliverable nonDeliverable)
-
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
-
-