Class IceBucketField

All Implemented Interfaces:
Serializable

public class IceBucketField extends Field
A field has a name and an attach to value, these fields are used to keep track of all the UDF values for samples in ice bucket view
Since:
2.25
See Also:
  • Field Details

    • detail

      protected Boolean detail
  • Constructor Details

    • IceBucketField

      public IceBucketField()
    • IceBucketField

      public IceBucketField(String name)
    • IceBucketField

      public IceBucketField(String name, String attachTo)
  • Method Details

    • getDetail

      public Boolean getDetail()
    • setDetail

      public void setDetail(Boolean detail)