Class HarvesterRegistrationResponse

    • Constructor Detail

      • HarvesterRegistrationResponse

        public HarvesterRegistrationResponse​(java.lang.String harvestChannelName,
                                             boolean isValid,
                                             boolean isSnapshot)
        Constructor from fields.
        Parameters:
        harvestChannelName - the harvest channel name
        isValid - whether the given name denotes an existing channel
        isSnapshot - true if the channel accepts snapshot harvest, false for partial.
    • Method Detail

      • getHarvestChannelName

        public final java.lang.String getHarvestChannelName()
        Returns:
        the harvestChannelName
      • isValid

        public final boolean isValid()
        Returns:
        the isValid
      • isSnapshot

        public final boolean isSnapshot()
        Returns:
        the isSnapshot