All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.joinedworkz.common.info.ResponseInfo.xtend Maven / Gradle / Ivy

There is a newer version: 1.3.46
Show newest version
package org.joinedworkz.common.info

import org.joinedworkz.core.model.CmnComplexType
import org.eclipse.xtend.lib.annotations.Accessors
import org.joinedworkz.core.model.CmnResponse
import org.joinedworkz.core.model.CmnContent
import org.joinedworkz.core.model.CmnResourceOperation
import org.joinedworkz.core.model.CmnType

@Accessors
class ResponseInfo {
	
	final CmnResourceOperation operation
	final CmnResponse response
	
	CmnComplexType responseContext
    String responseWrapper
    
    CmnComplexType errorResponse
    
    def CmnContent getContent() {
        return response?.content
    }
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy