Class CustomFieldJson


  • public class CustomFieldJson
    extends JsonBase
    • Constructor Detail

      • CustomFieldJson

        public CustomFieldJson​(UUID customFieldId,
                               UUID objectId,
                               org.killbill.billing.ObjectType objectType,
                               @Nullable
                               String name,
                               @Nullable
                               String value,
                               @Nullable
                               List<AuditLogJson> auditLogs)
    • Method Detail

      • getCustomFieldId

        public UUID getCustomFieldId()
      • getObjectId

        public UUID getObjectId()
      • getObjectType

        public org.killbill.billing.ObjectType getObjectType()
      • getName

        public String getName()
      • getValue

        public String getValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object