Class AssetManagerIdentifiersRequestBody

    • Constructor Detail

      • AssetManagerIdentifiersRequestBody

        public AssetManagerIdentifiersRequestBody()
        Default constructor
      • AssetManagerIdentifiersRequestBody

        public AssetManagerIdentifiersRequestBody​(AssetManagerIdentifiersRequestBody template)
        Copy/clone constructor.
        Parameters:
        template - template object to copy.
    • Method Detail

      • getAssetManagerGUID

        public String getAssetManagerGUID()
        Return the unique identifier of the software server capability that represents the asset manager.
        Returns:
        string guid
      • setAssetManagerGUID

        public void setAssetManagerGUID​(String assetManagerGUID)
        Set up the unique identifier of the software server capability that represents the asset manager.
        Parameters:
        assetManagerGUID - string guid
      • getAssetManagerName

        public String getAssetManagerName()
        Return the qualified name of the software server capability that represents the asset manager.
        Returns:
        string name
      • setAssetManagerName

        public void setAssetManagerName​(String assetManagerName)
        Set up the qualified name of the software server capability that represents the asset manager.
        Parameters:
        assetManagerName - string name
      • toString

        public String toString()
        Standard toString method.
        Overrides:
        toString in class Object
        Returns:
        print out of variables in a JSON-style
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class Object
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison
      • hashCode

        public int hashCode()
        Return hash code based on properties.
        Overrides:
        hashCode in class Object
        Returns:
        int