public class CartridgeResourceDTO extends BaseResourceDTO
Modifier | Constructor and Description |
---|---|
protected |
CartridgeResourceDTO(String name,
CartridgeType type,
boolean obsolete,
CartridgeResourceProperties properties) |
protected |
CartridgeResourceDTO(String name,
String displayName,
String description,
String type,
URL url,
boolean obsolete,
CartridgeResourceProperties properties,
Map<String,Link> links,
Messages messages) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
boolean |
getObsolete() |
CartridgeResourceProperties |
getProperties() |
CartridgeType |
getType() |
URL |
getUrl() |
String |
toString() |
getLink, getLinks, getMessages
protected CartridgeResourceDTO(String name, CartridgeType type, boolean obsolete, CartridgeResourceProperties properties)
public String getName()
public String getDisplayName()
public String getDescription()
public CartridgeType getType()
public URL getUrl()
public boolean getObsolete()
public CartridgeResourceProperties getProperties()
Copyright © 2019 JBoss by Red Hat. All rights reserved.