001
002package com.commercetools.api.models;
003
004public interface WithKey {
005    String getKey();
006}