Class CreatePermIdsOperation

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

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

      • CreatePermIdsOperation

        public CreatePermIdsOperation​(int count)
    • Method Detail

      • 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