Class BambooSpecProperties

  • All Implemented Interfaces:
    EntityProperties

    public class BambooSpecProperties
    extends java.lang.Object
    implements EntityProperties
    Wrapper for root entity that is sent to Bamboo. It's main purpose for now it to hold model version. It will be used by Bamboo Server to reject incompatible versions in the future.
    • Constructor Detail

      • BambooSpecProperties

        public BambooSpecProperties​(EntityProperties rootEntity)
    • Method Detail

      • getSpecModelVersion

        public java.lang.String getSpecModelVersion()
      • 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