/**
* To set the MAc Address details of the VBridge.
* @param macMap
- * @return
*/
public void setMacMap(MacMapNorthBound macMap) {
this.macMap = macMap;
/**
* getVbrInterface function to get the list of VBridgeInterfaceBean value for this object.
- * @return {@link List<VBridgeInterfaceBean>}
+ * @return List of {@link VBridgeInterfaceBean} objects
*/
public List<VBridgeInterfaceBean> getVbrInterface() {
return vbrInterface;
/**
* set the state of the VBridge.
*
- * @param name
+ * @param state
* {@link int}
*/
public void setState(int state) {
/**
* get the Description of the VBridge.
*
- * @param description
- * {@link String}
+ * @return description {@link String}
*/
public String getDescription() {
return description;
/**
* getVInterface function to get the list of VTerminalInterfaceBean value for this object.
- * @return {@link List<VTerminalInterfaceBean>}
+ * @return List of {@link VTerminalInterfaceBean} objects
*/
public List<VTerminalInterfaceBean> getVInterface() {
return vInterface;
/**
* set the state of the VTermainal.
*
- * @param name
+ * @param state
* {@link int}
*/
public void setState(int state) {
/**
* get the Description of the VTermainal.
*
- * @param description
- * {@link String}
+ * @return description {@link String}
*/
public String getDescription() {
return description;
/**
* set the flowfilter of the VTermainal.
*
- * @param flowfilter
+ * @param flowfilters
* {@link VTerminalIfFlowFilterNorthboundList}
*/
public void setVtFlowfilter(VTerminalIfFlowFilterNorthboundList flowfilters) {
* URL
* @return
* Response as String
- * @throws RequestFailureException
- * Throws RequestFailureException if request does not return 'success'
- * @throws VTNClientException, JSONException, ConnectException
+ * @throws VTNClientException if request does not return 'success'
+ * @throws JSONException
+ * @throws ConnectException
*/
public String doGET(String url, Map<String, Object> headers) throws VTNClientException, JSONException, ConnectException {
try {
* URL
* @param obj
* Object to send along POST request
- * @param heders
+ * @param headers
* Headers
* @return
* Response as String
- * @throws RequestFailureException
- * Throws RequestFailureException if request does not return 'success'
+ * @throws VTNClientException if request does not return 'success'
* @throws JSONException
*/
public String doPOST(String url, Object obj, Map<String, Object> headers) throws VTNClientException, ConnectException, JSONException {
* URL
* @param obj
* Object to send along PUT request
- * @param heders
+ * @param headers
* Headers
* @return
* Response as String
- * @throws RequestFailureException
- * Throws RequestFailureException if request does not return 'success'
+ * @throws VTNClientException if request does not return 'success'
* @throws JSONException
*/
public String doPUT(String url, Object obj, Map<String, Object> headers) throws VTNClientException, ConnectException, JSONException {
* URL
* @param obj
* Object to send along DELETE request
- * @param heders
+ * @param headers
* Headers
* @return
* Response as String
- * @throws RequestFailureException
- * Throws RequestFailureException if request does not return 'success'
+ * @throws VTNClientException if request does not return 'success'
* @throws JSONException
*/
public String doDELETE(String url, Object obj, Map<String, Object> headers) throws VTNClientException, ConnectException, JSONException {
/**
* getResponse - to get the response .
- * @return {@link Map<String, String>}
+ * @return response
*/
public String getResponse() {
return response;
/**
* setPobj - function to set the Popvlan refrence.
- * @param Popvlan
+ * @param pobj
*/
public void setPobj(Popvlan pobj) {
this.pobj = pobj;
/**
* setMajor - function to set a value for major.
- * @return {@link int}
+ * @param major {@link int}
*/
public void setMajor(int major) {
this.major = major;
/**
* setMicro - function to set a value for micro.
- * @return {@link int}
+ * @param micro {@link int}
*/
public void setMicro(int micro) {
this.micro = micro;
/**
* setQualifier - function to set the qualifier.
- * @param {@link String}
+ * @param qualifier {@link String}
*/
public void setQualifier(String qualifier) {
this.qualifier = qualifier;
/**
* setIndex - function to set the index values.
*
- * @param {@link int}
+ * @param index
*/
public void setIndex(int index) {
this.index = index;
/**
* setHardTimeout - function to set the hardTimeout.
*
- * @param {@link int}
+ * @param hardTimeout
*/
public void setHardTimeout(int hardTimeout) {
this.hardTimeout = hardTimeout;
/**
* getPathMaps - function to get the pathmps.
*
- * @return {@link List<ContainerPathMapNorthBound>}
+ * @return List of ContainerPathMapNorthBound objects
*/
public List<ContainerPathMapNorthBound> getPathMaps() {
return pathMap;
/**
* setPathMaps - function to set the pathmps.
*
- * @params pathMaps
+ * @param pathMaps
*/
public void setPathMaps(List<ContainerPathMapNorthBound> pathMaps) {
this.pathMap = pathMaps;
/**
* setIdleTimeout - function to set the idleTimeout.
*
- * @pram idleTimeout
+ * @param idleTimeout
*/
public void setIdleTimeout(int idleTimeout) {
this.idleTimeout = idleTimeout;
/**
* setHardTimeout - function to set the hardTimeout.
*
- * @pram hardTimeout
+ * @param hardTimeout
*/
public void setHardTimeout(int hardTimeout) {
this.hardTimeout = hardTimeout;
/**
* setInNode - function to get the inNode.
*
- * @pram inNode
+ * @param inNode
*/
public void setInNode(IngressNode inNode) {
this.inNode = inNode;
/**
* setInportobj - function to get the inportobj.
*
- * @pram inportobj
+ * @param inportobj
*/
public void setInportobj(IngressPort inportobj) {
this.inportobj = inportobj;
/**
* setEnobj - function to set the enobj.
*
- * @pram enobj
+ * @param enobj
*/
public void setEnobj(EgressNode enobj) {
this.enobj = enobj;
/**
* setGpobj - function to get the gpobj.
*
- * @return gpobj
+ * @param gpobj
*/
public void setGpobj(EgressPort gpobj) {
this.gpobj = gpobj;
/**
* setMatchobj - function to get the matchobj.
*
- * @return {@link Match}
+ * @param matchobj {@link Match}
*/
public void setMatchobj(Match matchobj) {
this.matchobj = matchobj;
/**
* getDataFlowlist - function to get the dataFlows.
*
- * @return {@link List<dataFlowlist>}
+ * @return List of Data Flow objects
*/
public List<DataFlow> getDataFlowlist() {
return dataFlowlist;
/**
* setDataFlowlist - function to set the dataFlowlist.
*
- * @params dataFlowlist
+ * @param dataFlowlist
*/
public void setDataFlowlist(List<DataFlow> dataFlowlist) {
this.dataFlowlist = dataFlowlist;
/**
* getMachost - function to get the MacHosts.
*
- * @return {@link List<MacHost>}
+ * @return List of MacHost objects
*/
public List<MacHost> getMachost() {
return machost;
/**
* getFlowconditionlist - function to get the flowcondition for this object.
*
- * @return {@link List<Flowconditions>}
+ * @return List of Flowconditions
*/
public List<Flowconditions> getFlowconditionlist() {
return flowcondition;
/**
* getMatchobj - function to get the Match objects for this object.
*
- * @return {@link List<Match>}
+ * @return List of Match objects
*/
public List<Match> getMatchobj() {
return match;
/**
* setCode - function to set the code value for this object.
*
- * @param type
+ * @param code
*/
public void setCode(int code) {
this.code = code;
/**
* getDst - function to get the Destination values for this object.
- *
- * @param src
*/
public String getDst() {
return dst;
/**
* setTenant - function to set the tenant value for this object.
*
- * @return {@link String}
+ * @param tenant {@link String}
*/
public void setTenant(String tenant) {
this.tenant = tenant;
/**
* setType - function to set the idfor this object.
*
- * @param id
+ * @param type
*/
public void setType(String type) {
this.type = type;
/**
* setName - function to set the name for this object.
*
- * @return {@link String}
+ * @param name {@link String}
*/
public void setName(String name) {
this.name = name;
/**
* setPort - function to set the port values for this object.
*
- * @return {@link port}
+ * @param port
*/
public void setPort(PortDetails port) {
this.port = port;
/**
* getMacentry - function to get the macentry value for this object.
*
- * @return {@link List<MacEntry>}
+ * @return List of MacEntry objects
*/
public List<MacEntry> getMacentry() {
return macentry;
/**
* getNode - function to get Nodedetails for this object.
*
- * @param node
+ * @return node details
*/
public NodeDetails getNode() {
return node;
/**
* getCostList - costList can be obtained from this method
*
- * @return {@link List<CostDetails>}
+ * @return List of CostDetails
*/
public List<CostDetails> getCostList() {
return costList;
/**
* getName - function to get the name for this object
*
- * @return { @link String}
+ * @return {@link String}
*/
public String getName() {
return name;
/**
* setName - function to set the name for this object.
*
- * @param code
+ * @param name
*/
public void setName(String name) {
this.name = name;
/**
* getType - function to get the type for this object
*
- * @return { @link String}
+ * @return {@link String}
*/
public String getType() {
return type;
/**
* setType - function to set the type for this object
*
- * @return { @link String}
+ * @param type {@link String}
*/
public void setType(String type) {
this.type = type;
/**
* getId - function to get the ID for this object
*
- * @return { @link String}
+ * @return {@link String}
*/
public String getId() {
return id;
/**
* setPackets - function to set the packets for this object.
*
- * @return {@link int}
+ * @param packets {@link int}
*/
public void setPackets(int packets) {
this.packets = packets;
/**
* setDuration - function to set the duration for this object.
*
- * @return {@link int}
+ * @param duration {@link int}
*/
public void setDuration(int duration) {
this.duration = duration;
/**
* setDscp - function to set the dscp value for this object.
*
- * @param dscp
+ * @param port
*/
public void setPort(int port) {
this.port = port;
}
/**
- * setDscp - function to set the dscp value for this object.
+ * setPort - function to set the port value for this object.
*
- * @param dscp
+ * @param port
*/
public void setPort(int port) {
this.port = port;
/**
* getFlowfilter - function to get the list of flowfilter value for this object.
*
- * @return {@link List<FlowFilter>}
+ * @return List of {@link FlowFilter} objects.
*/
public List<FlowFilter> getFlowfilter() {
return flowfilter;
/**
* getFlowfilter - function to get the list of flowfilter value for this object.
*
- * @return {@link List<FlowFilter>}
+ * @return List of {@link FlowFilter} objects.
*/
public List<FlowFilter> getFlowfilters() {
return flowfilter;
/**
* setFlowfilter - function to set the list of flowfilter value for this object.
*
- * @param flowfilters
+ * @param flowfilter
*/
public void setFlowfilter(List<FlowFilter> flowfilter) {
this.flowfilter = flowfilter;
/**
* getInterfaces - function to get the interfaces values for this object.
*
- * @return {@link List<VBridgeInterface>}
+ * @return List of {@link VBridgeInterface}
*/
public List<VBridgeInterface> getInterfaces() {
return interfaces;
/**
* setAgeInterval - function to set the ageInterval for this object.
*
- * @param name
+ * @param ageInterval
*/
public void setAgeInterval(int ageInterval) {
this.ageInterval = ageInterval;
/**
* getVbridge - function to get the list of vBridge values for this object.
*
- * @return {@link List<VBridgeNorthBound>}
+ * @return List of {@link VBridgeNorthBound} objects.
*/
public List<VBridgeNorthBound> getVbridge() {
return vBridge;
/**
* getDataflow - function to get the list .
*
- * @return {@link List<DataFlowList> }
+ * @return {@link DataFlowList}
*/
public DataFlowList getDataflow() {
return dataflow;
/**
* getVtFlowfilter - function to get the flowfilter for this object.
*
- * @return {@link vtFlowfilter }
+ * @return {@link VTenantFlowFilterList}
*/
public VTenantFlowFilterList getVtnFlowfilter() {
return vtnFlowfilter;
/**
* getPath - function to get the list .
*
- * @return {@link List<VBridgeBean> }
+ * @return List of {@link VBridgeBean} objects
*/
public List<VBridgeBean> getVbridge() {
return vbridge;
/**
* getPath - function to get the list .
*
- * @return {@link List<VTerminalBean> }
+ * @return List of {@link VTerminalBean} objects
*/
public List<VTerminalBean> getVTerminal() {
return vterminal;
/**
* getPath - function to get the list of flowfilter objects.
*
- * @return {@link List<FlowFilter> }
+ * @return List of {@link FlowFilter} objects
*/
public List<FlowFilter> getFlowfilter() {
return flowfilter;
/**
* description - function to set the description for this object.
*
- * @param description
+ * @param vtnDesc
*/
public void setVtnDesc(String vtnDesc) {
this.description = vtnDesc;
/**
* setIndex - function to set the index for this object.
*
- * @param idleTimeout
+ * @param index
*/
public void setIndex(int index) {
this.index = index;
/**
* getPathmap - function to get the list of pathmap value for this object.
*
- * @return {@link List<VTenantPathMapNorthBound>}
+ * @return List of {@link VTenantPathMapNorthBound} objects
*/
public List<VTenantPathMapNorthBound> getPathmap() {
return pathmap;
/**
* getFlowfilter - function to get the list of flowfilter value for this object.
*
- * @return {@link List<FlowFilter>}
+ * @return List of {@link FlowFilter} objects
*/
public List<FlowFilter> getFlowfilters() {
return flowfilter;
/**
* setFlowfilter - function to set the list of flowfilter value for this object.
*
- * @param flowfilters
+ * @param flowfilter
*/
public void setFlowfilter(List<FlowFilter> flowfilter) {
this.flowfilter = flowfilter;
/**
* getInterfaces - function to get the interfaces values for this object.
- * @return {@link List<VTerminalInterfaceNorthbound>}
+ * @return List of {@link VTerminalInterfaceNorthbound} objects
*/
public List<VTerminalInterfaceNorthbound> getInterfaces() {
return interfaces;
/**
* getVterm - function to get the vterminal lists for this object.
*
- * @return {@link List<VTerminalNorthBound>}
+ * @return List of {@link VTerminalNorthBound} objects
*/
public List<VTerminalNorthBound> getVterm() {
return vterminal;
/**
* setVterm - function to set the vterminal lists for this object.
*
- * @param vterminal
+ * @param vterm
*/
public void setVterm(List<VTerminalNorthBound> vterm) {
this.vterminal = vterm;
/**
* getVlanmap- function to get the list of VlanNorthBound values for this object.
*
- * @return {@link List<VlanNorthBound>}
+ * @return List of {@link VlanNorthBound} objects
*/
public List<VlanNorthBound> getVlanmap() {
return vlanmap;