Package org.opendaylight.neutron.spi
Class NeutronSFCFlowClassifier
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronID
-
- org.opendaylight.neutron.spi.NeutronObject<T>
-
- org.opendaylight.neutron.spi.NeutronBaseAttributes<NeutronSFCFlowClassifier>
-
- org.opendaylight.neutron.spi.NeutronSFCFlowClassifier
-
- All Implemented Interfaces:
Serializable
,INeutronBaseAttributes<NeutronSFCFlowClassifier>
,INeutronObject<NeutronSFCFlowClassifier>
public final class NeutronSFCFlowClassifier extends NeutronBaseAttributes<NeutronSFCFlowClassifier>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronSFCFlowClassifier()
-
Method Summary
-
Methods inherited from class org.opendaylight.neutron.spi.NeutronBaseAttributes
getName, setName
-
Methods inherited from class org.opendaylight.neutron.spi.NeutronObject
extractFields, getProjectID, getRevisionNumber, getTenantID, initDefaults, setProjectID, setRevisionNumber, setTenantID, setTenantID
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.neutron.spi.INeutronObject
extractFields, getID, getProjectID, getRevisionNumber, getTenantID, initDefaults, setID, setProjectID, setRevisionNumber, setTenantID, setTenantID
-
-
-
-
Method Detail
-
getEthertype
public String getEthertype()
-
setEthertype
public void setEthertype(String ethertype)
-
getProtocol
public String getProtocol()
-
setProtocol
public void setProtocol(String protocol)
-
getSourcePortRangeMin
public Integer getSourcePortRangeMin()
-
setSourcePortRangeMin
public void setSourcePortRangeMin(Integer sourcePortRangeMin)
-
getSourcePortRangeMax
public Integer getSourcePortRangeMax()
-
setSourcePortRangeMax
public void setSourcePortRangeMax(Integer sourcePortRangeMax)
-
getDestinationPortRangeMin
public Integer getDestinationPortRangeMin()
-
setDestinationPortRangeMin
public void setDestinationPortRangeMin(Integer destinationPortRangeMin)
-
getDestinationPortRangeMax
public Integer getDestinationPortRangeMax()
-
setDestinationPortRangeMax
public void setDestinationPortRangeMax(Integer destinationPortRangeMax)
-
getSourceIpPrefix
public String getSourceIpPrefix()
-
setSourceIpPrefix
public void setSourceIpPrefix(String sourceIpPrefix)
-
getLogicalSourcePortUUID
public String getLogicalSourcePortUUID()
-
setLogicalSourcePortUUID
public void setLogicalSourcePortUUID(String logicalSourcePortUUID)
-
getDestinationIpPrefix
public String getDestinationIpPrefix()
-
setDestinationIpPrefix
public void setDestinationIpPrefix(String destinationIpPrefix)
-
getLogicalDestinationPortUUID
public String getLogicalDestinationPortUUID()
-
setLogicalDestinationPortUUID
public void setLogicalDestinationPortUUID(String logicalDestinationPortUUID)
-
extractField
protected boolean extractField(String field, NeutronSFCFlowClassifier ans)
- Overrides:
extractField
in classNeutronBaseAttributes<NeutronSFCFlowClassifier>
-
toString
public String toString()
- Overrides:
toString
in classNeutronObject<NeutronSFCFlowClassifier>
-
-