Class Permission

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class Permission
    extends SpecificRecordBase implements SpecificRecord
                        
    • Constructor Detail

      • Permission

        Permission()
        Default constructor.
      • Permission

        Permission(String id, Integer version, ChangeDetails lastChangeDetails, String virtualNode, PermissionType permissionType, String permissionString, String groupVisibility)
        All-args constructor.
        Parameters:
        id - The new value for id
        version - The new value for version
        lastChangeDetails - The new value for lastChangeDetails
        virtualNode - The new value for virtualNode
        permissionType - The new value for permissionType
        permissionString - The new value for permissionString
        groupVisibility - The new value for groupVisibility