public class ApplicationResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationResponse.Element
Element of the application grouping object.
|
Constructor and Description |
---|
ApplicationResponse(String objectId,
String name,
boolean inheritanceAllowed,
ApplicationResponse.Element elements)
Instantiates a new Application response.
|
Modifier and Type | Method and Description |
---|---|
ApplicationResponse.Element |
getElements()
Gets elements.
|
String |
getName()
Gets name.
|
String |
getObjectId()
Gets object id.
|
boolean |
isInheritanceAllowed()
Is inheritance allowed boolean.
|
public ApplicationResponse(String objectId, String name, boolean inheritanceAllowed, ApplicationResponse.Element elements)
objectId
- the object idname
- the nameinheritanceAllowed
- the inheritance allowedelements
- the elementspublic String getObjectId()
public String getName()
public boolean isInheritanceAllowed()
public ApplicationResponse.Element getElements()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.