Class CreateInboundPlanResponse


  • public class CreateInboundPlanResponse
    extends java.lang.Object
    The `createInboundPlan` response.
    • Constructor Detail

      • CreateInboundPlanResponse

        public CreateInboundPlanResponse()
    • Method Detail

      • getInboundPlanId

        public java.lang.String getInboundPlanId()
        Identifier of an inbound plan.
        Returns:
        inboundPlanId
      • setInboundPlanId

        public void setInboundPlanId​(java.lang.String inboundPlanId)
      • getOperationId

        public java.lang.String getOperationId()
        UUID for the given operation.
        Returns:
        operationId
      • setOperationId

        public void setOperationId​(java.lang.String operationId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object