我想通过在Kotlin中使用Retrofit2+SimpleXML从API获取XML数据并将其映射到Kotlin模型对象。但是,我从SimpleXML收到了如下错误消息。org.simpleframework.xml.core.MethodException:Annotation@org.simpleframework.xml.Element(data=false,name=,required=true,type=void)mustmarkasetorgetmethod这是获取的XML数据SuccessXXXXXXXXXXXXXXXXXXXX4294967295Kotlin模型对象在下