Interface Client<T>

Type Parameters:
T - the original
All Known Implementing Classes:
BaseClient

public interface Client<T>
The client
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the original
    Get the setting
  • Method Details

    • getOriginal

      T getOriginal()
      Get the original
      Returns:
      the original
    • getSetting

      Setting getSetting()
      Get the setting
      Returns:
      the setting