/* * Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org.opendaylight.genius.mdsalutil; import com.google.common.base.MoreObjects; import java.io.Serializable; import java.math.BigInteger; import java.util.Arrays; import java.util.Map; import java.util.Objects; import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.MatchBuilder; import org.opendaylight.yangtools.util.EvenMoreObjects; public abstract class MatchInfo implements Serializable, MatchInfoBase { private static final long serialVersionUID = 1L; }