
com.happinesea.ec.rws.lib.bean.rakuten.RwsResponseXmlResult.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rws-lib Show documentation
Show all versions of rws-lib Show documentation
Uploads all artifacts belonging to configuration ':archives'
package com.happinesea.ec.rws.lib.bean.rakuten
import com.happinesea.ec.rws.lib.bean.ApiResponseNode
import com.happinesea.ec.rws.lib.bean.rakuten.enumerated.MessageElementEnum
import com.happinesea.ec.rws.lib.bean.rakuten.enumerated.SystemStatusElementEnum
/**
* RMSのXMLレスポンスの基底クラス
*
*
*/
class RwsResponseXmlResult implements ApiResponseNode {
/**
* XMLのレスポンスstatus
*/
Status status
/**
* API Response status
*
*
*
*/
static class Status implements ApiResponseNode{
String interfaceId
SystemStatusElementEnum systemStatus
MessageElementEnum message
String requestId
List requests
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy