KnowledgeBaseErrorAdditionalInfo Class
- java.
lang. Object - com.
azure. search. documents. knowledgebases. models. KnowledgeBaseErrorAdditionalInfo
- com.
Implements
public final class KnowledgeBaseErrorAdditionalInfo
implements JsonSerializable<KnowledgeBaseErrorAdditionalInfo>
The resource management error additional info.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Knowledge |
fromJson(JsonReader jsonReader)
Reads an instance of Knowledge |
| Map<String,Object> |
getInfo()
Get the info property: The additional info. |
| String |
getType()
Get the type property: The additional info type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static KnowledgeBaseErrorAdditionalInfo fromJson(JsonReader jsonReader)
Reads an instance of KnowledgeBaseErrorAdditionalInfo from the JsonReader.
Parameters:
Returns:
Throws:
getInfo
public Map<String,Object> getInfo()
Get the info property: The additional info.
Returns:
getType
public String getType()
Get the type property: The additional info type.
Returns: