Class AssetConnectionRequestBody

    • Constructor Detail

      • AssetConnectionRequestBody

        public AssetConnectionRequestBody()
        Default constructor
      • AssetConnectionRequestBody

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

      • getAssetSummary

        public String getAssetSummary()
        Return the full path of the file - this should be unique.
        Returns:
        string name
      • setAssetSummary

        public void setAssetSummary​(String assetSummary)
        Set up the full path of the file - this should be unique.
        Parameters:
        assetSummary - string name
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class MetadataSourceRequestBody
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison