
com.happinesea.ec.rws.lib.bean.rakuten.RwsResponseBody.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
/**
* APIのレスポンスBody
*
*
*
*/
class RwsResponseBody implements ApiResponseNode {
/**
* XML:result
*/
RwsResponseXmlResult result
/**
* 例外発生時のException情報
*/
Throwable thro
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy