public class CustomFieldJson extends JsonBase
| Constructor and Description |
|---|
CustomFieldJson(CustomField input,
List<AuditLog> auditLogs) |
CustomFieldJson(String customFieldId,
String objectId,
org.killbill.billing.ObjectType objectType,
String name,
String value,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCustomFieldId() |
String |
getName() |
String |
getObjectId() |
org.killbill.billing.ObjectType |
getObjectType() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic CustomFieldJson(String customFieldId, String objectId, org.killbill.billing.ObjectType objectType, @Nullable String name, @Nullable String value, @Nullable List<AuditLogJson> auditLogs)
public CustomFieldJson(CustomField input, @Nullable List<AuditLog> auditLogs)
Copyright © 2010-2016. All Rights Reserved.