com.ovea.billing.BillingEvent Maven / Gradle / Ivy
package com.ovea.billing;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
@groovy.transform.ToString(ignoreNulls=true, excludes={"request","response"}, includeNames=true) public class BillingEvent
extends java.lang.Object implements
groovy.lang.GroovyObject {
public void prevent() { }
public void answer(int status) { }
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public java.util.List getChilds() { return (java.util.List)null;}
public void setChilds(java.util.List value) { }
public java.lang.Object getData() { return null;}
public void setData(java.lang.Object value) { }
public boolean getPrevented() { return false;}
public boolean isPrevented() { return false;}
public void setPrevented(boolean value) { }
public com.ovea.billing.BillingEventType getType() { return (com.ovea.billing.BillingEventType)null;}
public void setType(com.ovea.billing.BillingEventType value) { }
public com.ovea.billing.BillingPlatform getPlatform() { return (com.ovea.billing.BillingPlatform)null;}
public void setPlatform(com.ovea.billing.BillingPlatform value) { }
public java.lang.String getProduct() { return (java.lang.String)null;}
public void setProduct(java.lang.String value) { }
public javax.servlet.http.HttpServletRequest getRequest() { return (javax.servlet.http.HttpServletRequest)null;}
public void setRequest(javax.servlet.http.HttpServletRequest value) { }
public javax.servlet.http.HttpServletResponse getResponse() { return (javax.servlet.http.HttpServletResponse)null;}
public void setResponse(javax.servlet.http.HttpServletResponse value) { }
public java.lang.Object getAnswer() { return null;}
public void setAnswer(java.lang.Object value) { }
public com.ovea.billing.BillingEvent newChild(com.ovea.billing.BillingEventType type) { return (com.ovea.billing.BillingEvent)null;}
public void prevent(java.lang.String message) { }
public void answer(java.lang.Object data) { }
public void answer(int status, java.lang.Object data) { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy