Class DeploymentProject


  • @Immutable
    public class DeploymentProject
    extends Object
    • Constructor Detail

      • DeploymentProject

        public DeploymentProject​(@NotNull
                                 @NotNull String name,
                                 @NotNull
                                 @NotNull String sourcePlan,
                                 @NotNull
                                 @NotNull String description)
    • Method Detail

      • getName

        @NotNull
        public @NotNull String getName()
      • getSourcePlan

        @NotNull
        public @NotNull String getSourcePlan()
      • getDescription

        @NotNull
        public @NotNull String getDescription()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object