Class AttributeSnapshot

java.lang.Object
org.qubership.atp.dataset.versioning.model.domain.AttributeSnapshot

public class AttributeSnapshot extends Object
  • Constructor Details

    • AttributeSnapshot

      public AttributeSnapshot(Attribute model)
      Constructor.
  • Method Details

    • getParametersIds

      public Set<UUID> getParametersIds()
    • getParameterById

      public ParameterSnapshot getParameterById(UUID parameterId)
      Get parameter by id.
    • getListValuesIds

      public Set<UUID> getListValuesIds()
    • getListValueById

      public ListValueSnapshot getListValueById(UUID listValueId)
      Get list value by id.