Interface Nameable

All Superinterfaces:
Named
All Known Subinterfaces:
FundingRateStrategy, KlineStrategy, Strategy, SubscriptionStrategy<T>, TickerStrategy
All Known Implementing Classes:
AbstractFundingRateStrategy, AbstractKlineStrategy, AbstractNameable, AbstractStrategy, AbstractSubscriptionStrategy, AbstractTickerStrategy

public interface Nameable extends Named
Allows get/setting an object's name
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface Named

    getName
  • Method Details

    • setName

      void setName(String name)