Class MessyCodeRecoveryUtil.RecoveryDTO

java.lang.Object
cn.net.pap.common.datastructure.chatset.MessyCodeRecoveryUtil.RecoveryDTO
All Implemented Interfaces:
Serializable
Enclosing class:
MessyCodeRecoveryUtil

public static class MessyCodeRecoveryUtil.RecoveryDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • RecoveryDTO

      public RecoveryDTO()
    • RecoveryDTO

      public RecoveryDTO(String encode, String decode, String text)
  • Method Details

    • getEncode

      public String getEncode()
    • setEncode

      public void setEncode(String encode)
    • getDecode

      public String getDecode()
    • setDecode

      public void setDecode(String decode)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • toString

      public String toString()
      Overrides:
      toString in class Object