Class Knock.KnockImpl

java.lang.Object
cdm.product.template.Knock.KnockImpl
All Implemented Interfaces:
Knock, com.rosetta.model.lib.RosettaModelObject
Enclosing interface:
Knock

public static class Knock.KnockImpl extends Object implements Knock
Immutable Implementation of Knock
  • Constructor Details

  • Method Details

    • getKnockIn

      @RosettaAttribute("knockIn") @RuneAttribute("knockIn") public TriggerEvent getKnockIn()
      Description copied from interface: Knock
      The knock in.
      Specified by:
      getKnockIn in interface Knock
    • getKnockOut

      @RosettaAttribute("knockOut") @RuneAttribute("knockOut") public TriggerEvent getKnockOut()
      Description copied from interface: Knock
      The knock out.
      Specified by:
      getKnockOut in interface Knock
    • build

      public Knock build()
      Description copied from interface: Knock
      Build Methods
      Specified by:
      build in interface Knock
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      public Knock.KnockBuilder toBuilder()
      Specified by:
      toBuilder in interface Knock
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • setBuilderFields

      protected void setBuilderFields(Knock.KnockBuilder builder)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object