public class ApplicationResponse extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ApplicationResponse.ElementElement of the application grouping object. | 
| Constructor and Description | 
|---|
| ApplicationResponse(String objectId,
                   String name,
                   String description,
                   String scope,
                   boolean inheritanceAllowed,
                   ApplicationResponse.Element element)Instantiates a new Application response. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets description. | 
| ApplicationResponse.Element | getElement()Gets element. | 
| String | getName()Gets name. | 
| String | getObjectId()Gets object id. | 
| String | getScope()Gets scope. | 
| boolean | isInheritanceAllowed()Is inheritance allowed boolean. | 
public ApplicationResponse(String objectId, String name, String description, String scope, boolean inheritanceAllowed, ApplicationResponse.Element element)
objectId - the object idname - the namedescription - the descriptionscope - the scopeinheritanceAllowed - the inheritance allowedelement - the elementpublic String getObjectId()
public String getName()
public String getDescription()
public String getScope()
public boolean isInheritanceAllowed()
public ApplicationResponse.Element getElement()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.