Class FXRfsSwap
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.client.FXRfsSwap
-
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class FXRfsSwap extends java.lang.Object
FXRfsSwap
-
-
Constructor Summary
Constructors Constructor Description FXRfsSwap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FXRfsSwap
deliverable(FXRfsSwapDeliverable deliverable)
boolean
equals(java.lang.Object o)
FXRfsSwapDeliverable
getDeliverable()
Get deliverableOneWayDirectionLimitType
getNearLegOneWayDirectionLimit()
Get nearLegOneWayDirectionLimitFXRfsSwapNonDeliverable
getNonDeliverable()
Get nonDeliverableint
hashCode()
FXRfsSwap
nearLegOneWayDirectionLimit(OneWayDirectionLimitType nearLegOneWayDirectionLimit)
FXRfsSwap
nonDeliverable(FXRfsSwapNonDeliverable nonDeliverable)
void
setDeliverable(FXRfsSwapDeliverable deliverable)
void
setNearLegOneWayDirectionLimit(OneWayDirectionLimitType nearLegOneWayDirectionLimit)
void
setNonDeliverable(FXRfsSwapNonDeliverable nonDeliverable)
java.lang.String
toString()
-
-
-
Method Detail
-
nearLegOneWayDirectionLimit
public FXRfsSwap nearLegOneWayDirectionLimit(OneWayDirectionLimitType nearLegOneWayDirectionLimit)
-
getNearLegOneWayDirectionLimit
public OneWayDirectionLimitType getNearLegOneWayDirectionLimit()
Get nearLegOneWayDirectionLimit- Returns:
- nearLegOneWayDirectionLimit
-
setNearLegOneWayDirectionLimit
public void setNearLegOneWayDirectionLimit(OneWayDirectionLimitType nearLegOneWayDirectionLimit)
-
deliverable
public FXRfsSwap deliverable(FXRfsSwapDeliverable deliverable)
-
getDeliverable
public FXRfsSwapDeliverable getDeliverable()
Get deliverable- Returns:
- deliverable
-
setDeliverable
public void setDeliverable(FXRfsSwapDeliverable deliverable)
-
nonDeliverable
public FXRfsSwap nonDeliverable(FXRfsSwapNonDeliverable nonDeliverable)
-
getNonDeliverable
public FXRfsSwapNonDeliverable getNonDeliverable()
Get nonDeliverable- Returns:
- nonDeliverable
-
setNonDeliverable
public void setNonDeliverable(FXRfsSwapNonDeliverable 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
-
-