public class GenericResourceObject extends Object
| Constructor and Description |
|---|
GenericResourceObject() |
GenericResourceObject(String id,
String type,
String subType,
String name,
String description,
String scopes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getScopes() |
String |
getSubType() |
String |
getType() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setScopes(String scopes) |
void |
setSubType(String subType) |
void |
setType(String type) |
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public String getSubType()
public void setSubType(String subType)
public String getScopes()
public void setScopes(String scopes)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
Copyright © 2022. All Rights Reserved.