public static class ViewInstanceRequest.ViewInstanceRequestInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
instanceName |
protected String |
version |
protected String |
viewName |
Constructor and Description |
---|
ViewInstanceRequestInfo(String viewName,
String version,
String instanceName,
String label,
String description,
boolean visible,
String iconPath,
String icon64Path,
Map<String,String> properties,
Map<String,String> instanceData,
Integer clusterHandle,
org.apache.ambari.view.ClusterType clusterType) |
Modifier and Type | Method and Description |
---|---|
Integer |
getClusterHandle()
Returns cluster handle
|
org.apache.ambari.view.ClusterType |
getClusterType()
Returns cluster type
ClusterType |
String |
getDescription()
Returns view description
|
String |
getIcon64Path()
Returns icon64 patch
|
String |
getIconPath()
Returns icon path
|
Map<String,String> |
getInstanceData()
Returns instance data
|
String |
getInstanceName()
Returns instance name
|
String |
getLabel()
Returns view label
|
Map<String,String> |
getProperties()
Returns all view properties
|
String |
getVersion()
Returns view version
|
String |
getViewName()
Returns view name
|
boolean |
isVisible()
Returns visibility for view
|
protected final String viewName
protected final String version
protected final String instanceName
public ViewInstanceRequestInfo(String viewName, String version, String instanceName, String label, String description, boolean visible, String iconPath, String icon64Path, Map<String,String> properties, Map<String,String> instanceData, Integer clusterHandle, org.apache.ambari.view.ClusterType clusterType)
viewName
- view nameversion
- view versioninstanceName
- instance namelabel
- view labeldescription
- view descriptionvisible
- visibility for viewiconPath
- icon pathicon64Path
- icon64 pathproperties
- propertiesinstanceData
- instance dataclusterHandle
- cluster handleclusterType
- cluster type (local|remote|none)public String getViewName()
public String getVersion()
public String getInstanceName()
public String getLabel()
public String getDescription()
public boolean isVisible()
public String getIconPath()
public String getIcon64Path()
public Map<String,String> getProperties()
public Map<String,String> getInstanceData()
public Integer getClusterHandle()
public org.apache.ambari.view.ClusterType getClusterType()
ClusterType
Copyright © 2022 Apache Software Foundation. All rights reserved.