Class RestPlanIdentifier


  • @Immutable
    public class RestPlanIdentifier
    extends Object
    • Constructor Detail

      • RestPlanIdentifier

        public RestPlanIdentifier​(@NotNull
                                  @NotNull PlanIdentifier planIdentifier)
      • RestPlanIdentifier

        public RestPlanIdentifier​(String planKey,
                                  String name,
                                  boolean suspendedFromBuilding)
    • Method Detail

      • getId

        public long getId()
      • getPlanType

        public String getPlanType()
      • getPlanKey

        public String getPlanKey()
      • getBuildKey

        public String getBuildKey()
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • getBuildName

        public String getBuildName()
      • isSuspendedFromBuilding

        public boolean isSuspendedFromBuilding()
      • getMasterId

        public long getMasterId()