public class DockerAccess extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACCESS_TYPE |
protected List<String> |
actions |
static String |
DECODE_ENCODING |
protected String |
name |
static int |
PERMISSIONS |
static int |
REPOSITORY_NAME |
protected String |
type |
Constructor and Description |
---|
DockerAccess() |
DockerAccess(String scopeParam) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getActions() |
String |
getName() |
String |
getType() |
int |
hashCode() |
DockerAccess |
setActions(List<String> actions) |
DockerAccess |
setName(String name) |
DockerAccess |
setType(String type) |
String |
toString() |
public static final int ACCESS_TYPE
public static final int REPOSITORY_NAME
public static final int PERMISSIONS
public static final String DECODE_ENCODING
protected String type
protected String name
public DockerAccess()
public DockerAccess(String scopeParam)
public String getType()
public DockerAccess setType(String type)
public String getName()
public DockerAccess setName(String name)
public DockerAccess setActions(List<String> actions)
Copyright © 2019 JBoss by Red Hat. All rights reserved.