Package com.sforce.soap.metadata
Class AiEvalCopilotTestCaseConv
java.lang.Object
com.sforce.soap.metadata.AiEvalCopilotTestCaseConv
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()getRole()getTopic()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetIndex(int index) protected voidsetIndex(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMessage(XmlInputStream __in, TypeMapper __typeMapper) voidsetMessage(String message) protected voidsetRole(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetTopic(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
AiEvalCopilotTestCaseConv
public AiEvalCopilotTestCaseConv()Constructor
-
-
Method Details
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
setIndex
protected void setIndex(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMessage
-
setMessage
-
setMessage
protected void setMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRole
-
setRole
-
setRole
protected void setRole(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTopic
-
setTopic
-
setTopic
protected void setTopic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-