public class Acl extends Object
static class
Acl.Builder
Acl()
Acl(Acl.Builder builder)
String
getAccess()
getType()
getValue()
static Acl.Builder
newBuilder()
void
setAccess(String access)
setType(String type)
setValue(String value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Acl()
public Acl(Acl.Builder builder)
public static Acl.Builder newBuilder()
public String getAccess()
public void setAccess(String access)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.