Class EncryptLetter

  • All Implemented Interfaces:
    java.io.Serializable

    @HttpParameters
    public class EncryptLetter
    extends java.lang.Object
    implements java.io.Serializable
    Request to encode the letter.
    Author:
    Daniel Sagenschneider
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EncryptLetter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setLetter​(java.lang.String letter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EncryptLetter

        public EncryptLetter()
    • Method Detail

      • setLetter

        public void setLetter​(java.lang.String letter)