public class UpdateDiscoveryEngineRequestBody extends NewDiscoveryEngineRequestBody
| Constructor and Description |
|---|
UpdateDiscoveryEngineRequestBody()
Default constructor
|
UpdateDiscoveryEngineRequestBody(UpdateDiscoveryEngineRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
Map<String,Object> |
getExtendedProperties()
Return a copy of the properties from subclasses.
|
String |
getPatchLevel()
Return the patch level of the discovery engine.
|
String |
getSource()
Return the source of the discovery engine implementation.
|
String |
getTypeDescription()
Return the description of the type of discovery engine this is.
|
String |
getVersion()
Return the version of the discovery engine.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Set up properties from subclasses properties.
|
void |
setPatchLevel(String patchLevel)
Set up the patch level of the discovery engine.
|
void |
setSource(String source)
Set up the source of the discovery engine implementation.
|
void |
setTypeDescription(String typeDescription)
Set up the description of the type of discovery engine this is.
|
void |
setVersion(String version)
Set up the version string of the discovery engine.
|
String |
toString()
JSON-style toString.
|
getDescription, getDisplayName, getQualifiedName, setDescription, setDisplayName, setQualifiedNamepublic UpdateDiscoveryEngineRequestBody()
public UpdateDiscoveryEngineRequestBody(UpdateDiscoveryEngineRequestBody template)
template - object to copypublic String getTypeDescription()
public void setTypeDescription(String typeDescription)
typeDescription - stringpublic String getVersion()
public void setVersion(String version)
version - stringpublic String getPatchLevel()
public void setPatchLevel(String patchLevel)
patchLevel - stringpublic String getSource()
public void setSource(String source)
source - string urlpublic void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,String> getAdditionalProperties()
public void setExtendedProperties(Map<String,Object> extendedProperties)
extendedProperties - asset properties mappublic Map<String,Object> getExtendedProperties()
public String toString()
toString in class NewDiscoveryEngineRequestBodypublic boolean equals(Object objectToCompare)
equals in class NewDiscoveryEngineRequestBodyobjectToCompare - object to comparepublic int hashCode()
hashCode in class NewDiscoveryEngineRequestBodyCopyright © 2018–2019 ODPi. All rights reserved.