Class CreateCodesOperation

  • All Implemented Interfaces:
    IOperation, java.io.Serializable

    @JsonObject("as.dto.entity.create.CreateCodesOperation")
    public class CreateCodesOperation
    extends java.lang.Object
    implements IOperation
    See Also:
    Serialized Form
    • Constructor Detail

      • CreateCodesOperation

        public CreateCodesOperation​(java.lang.String prefix,
                                    EntityKind entityKind,
                                    int count)
    • Method Detail

      • getPrefix

        public java.lang.String getPrefix()
      • getEntityKind

        public EntityKind getEntityKind()
      • getCount

        public int getCount()
      • getMessage

        public java.lang.String getMessage()
        Specified by:
        getMessage in interface IOperation
      • toString

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