org.joinedworkz.common.info.ResponseInfo.xtend Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-base Show documentation
Show all versions of common-base Show documentation
DSL based modeling framework - facilities common base
package org.joinedworkz.common.info
import org.joinedworkz.core.model.CmnComplexType
import org.eclipse.xtend.lib.annotations.Accessors
import org.joinedworkz.core.model.CmnResponse
@Accessors
class ResponseInfo {
final CmnResponse response
CmnComplexType responseContext
CmnComplexType errorResponse
}