public class ResourceEndpointConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
ResourceEndpointConfig()
Default constructor
|
ResourceEndpointConfig(ResourceEndpointConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getDescription()
Return the description of resource.
|
String |
getPlatformName()
Return the platformName of resource.
|
String |
getPlatformRootURL()
Return the platformRootURL of resource.
|
String |
getResourceCategory()
Return the category of resource - indicating whether the resource is a platform or server.
|
String |
getServerInstanceName()
Return the serverInstanceName of resource.
|
String |
getServerName()
Return the serverName of resource.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setDescription(String description)
Set the displayName of resource.
|
void |
setPlatformName(String platformName)
Set the platformName of resource.
|
void |
setPlatformRootURL(String platformRootURL)
Set the platformRootURL of resource.
|
void |
setResourceCategory(String resourceCategory)
Set the category of resource - indicating whether the resource is a platform or server.
|
void |
setServerInstanceName(String serverInstanceName)
Set the serverInstanceName of resource.
|
void |
setServerName(String serverName)
Set the serverName of resource.
|
String |
toString()
Standard toString method.
|
public ResourceEndpointConfig()
public ResourceEndpointConfig(ResourceEndpointConfig template)
template - object to copypublic String getResourceCategory()
public void setResourceCategory(String resourceCategory)
resourceCategory - public String getDescription()
public void setDescription(String description)
description - public String getPlatformRootURL()
public void setPlatformRootURL(String platformRootURL)
platformRootURL - public String getServerName()
public void setServerName(String serverName)
serverName - public String getServerInstanceName()
public void setServerInstanceName(String serverInstanceName)
serverInstanceName - public String getPlatformName()
public void setPlatformName(String platformName)
platformName - public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.