package org.zstack.header.identity; import org.zstack.header.message.APIEvent; import org.zstack.header.rest.RestResponse; /** * Created by xing5 on 2016/3/14. */ @RestResponse public class APIAttachPoliciesToUserEvent extends APIEvent { public APIAttachPoliciesToUserEvent() { } public APIAttachPoliciesToUserEvent(String apiId) { super(apiId); } public static APIAttachPoliciesToUserEvent __example__() { APIAttachPoliciesToUserEvent event = new APIAttachPoliciesToUserEvent(); return event; } }