public class CacheLoaderArgument
extends java.lang.Object
| Constructor and Description |
|---|
CacheLoaderArgument(org.killbill.billing.ObjectType objectType) |
CacheLoaderArgument(org.killbill.billing.ObjectType objectType,
java.lang.Object[] args,
InternalTenantContext internalTenantContext) |
CacheLoaderArgument(org.killbill.billing.ObjectType objectType,
java.lang.Object[] args,
InternalTenantContext internalTenantContext,
org.skife.jdbi.v2.Handle handle) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getArgs() |
org.skife.jdbi.v2.Handle |
getHandle() |
InternalTenantContext |
getInternalTenantContext() |
org.killbill.billing.ObjectType |
getObjectType() |
java.lang.String |
toString() |
public CacheLoaderArgument(org.killbill.billing.ObjectType objectType)
public CacheLoaderArgument(org.killbill.billing.ObjectType objectType,
java.lang.Object[] args,
@Nullable
InternalTenantContext internalTenantContext)
public CacheLoaderArgument(org.killbill.billing.ObjectType objectType,
java.lang.Object[] args,
@Nullable
InternalTenantContext internalTenantContext,
@Nullable
org.skife.jdbi.v2.Handle handle)
public org.killbill.billing.ObjectType getObjectType()
public java.lang.Object[] getArgs()
public InternalTenantContext getInternalTenantContext()
public org.skife.jdbi.v2.Handle getHandle()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2020. All Rights Reserved.