Class FeatureEnvironmentCollection


  • @Generated(value="cd.connect.openapi.Jersey3ApiGenerator",
               date="2022-01-17T21:13:30.483323+13:00[Pacific/Auckland]")
    public class FeatureEnvironmentCollection
    extends java.lang.Object
    This represents a collection of features as per a request from a GET api. GET's can request multiple API Keys at the same time.
    • Constructor Detail

      • FeatureEnvironmentCollection

        public FeatureEnvironmentCollection()
    • Method Detail

      • getId

        public java.util.UUID getId()
        Get id
        Returns:
        id
      • setId

        public void setId​(@NotNull
                          @NotNull java.util.UUID id)
      • getFeatures

        public java.util.List<FeatureState> getFeatures()
        Get features
        Returns:
        features
      • setFeatures

        public void setFeatures​(@Nullable
                                @Nullable java.util.List<FeatureState> features)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object