Class PermOverrideData

  • All Implemented Interfaces:
    org.json.JSONString

    public class PermOverrideData
    extends java.lang.Object
    implements org.json.JSONString
    • Field Detail

      • type

        public final int type
      • id

        public final long id
      • allow

        public final long allow
      • deny

        public final long deny
    • Constructor Detail

      • PermOverrideData

        public PermOverrideData​(int type,
                                long id,
                                long allow,
                                long deny)
    • Method Detail

      • toJSONString

        public java.lang.String toJSONString()
        Specified by:
        toJSONString in interface org.json.JSONString