public class EngineConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
EngineConfig()
Default constructor
|
EngineConfig(EngineConfig 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 |
getEngineId()
Return the unique identifier for this engine.
|
String |
getEngineQualifiedName()
Return the name of the engine.
|
String |
getEngineUserId()
Return the userId that the engine should use when calling the metadata server.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setEngineId(String engineId)
Set up the unique identifier for this engine.
|
void |
setEngineQualifiedName(String engineQualifiedName)
Set up the name of the engine service.
|
void |
setEngineUserId(String engineUserId)
Set up the userId that the engine should use when calling the metadata server.
|
String |
toString()
Standard toString method.
|
public EngineConfig()
public EngineConfig(EngineConfig template)
template - object to copypublic String getEngineId()
public void setEngineId(String engineId)
engineId - String identifierpublic String getEngineQualifiedName()
public void setEngineQualifiedName(String engineQualifiedName)
engineQualifiedName - String namepublic String getEngineUserId()
public void setEngineUserId(String engineUserId)
engineUserId - string userIdpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.