Class ApplicationLinkProperties

java.lang.Object
com.atlassian.bamboo.specs.api.model.applink.ApplicationLinkProperties
All Implemented Interfaces:
EntityProperties

public class ApplicationLinkProperties extends Object implements EntityProperties
  • Constructor Details

    • ApplicationLinkProperties

      public ApplicationLinkProperties(@Nullable @Nullable String name, @Nullable @Nullable String id)
  • Method Details

    • isNameDefined

      public boolean isNameDefined()
    • isIdDefined

      public boolean isIdDefined()
    • getName

      @Nullable public @Nullable String getName()
    • getId

      @Nullable public @Nullable String getId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • validate

      public void validate()
      Specified by:
      validate in interface EntityProperties