Class ProtocolSettings


  • public final class ProtocolSettings
    extends Object
    Protocol settings for file service.
    • Constructor Detail

      • ProtocolSettings

        public ProtocolSettings()
    • Method Detail

      • smb

        public SmbSetting smb()
        Get the smb property: Setting for SMB protocol.
        Returns:
        the smb value.
      • withSmb

        public ProtocolSettings withSmb​(SmbSetting smb)
        Set the smb property: Setting for SMB protocol.
        Parameters:
        smb - the smb value to set.
        Returns:
        the ProtocolSettings object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.