Class StateChangeInfo

java.lang.Object
com.technia.dsx.threedspace.lifecycle.StateChangeInfo

public class StateChangeInfo extends Object
Represents the result of a state change operation.

Contains the object ID and the new maturity state after a successful state transition.

Since:
2023-03-31
  • Constructor Details

    • StateChangeInfo

      public StateChangeInfo()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getMaturityState

      public String getMaturityState()
    • setMaturityState

      public void setMaturityState(String maturityState)
    • toString

      public String toString()
      Overrides:
      toString in class Object