com.alibaba.dubbo.config
Class ArgumentConfig

java.lang.Object
  extended by com.alibaba.dubbo.config.ArgumentConfig
All Implemented Interfaces:
Serializable

public class ArgumentConfig
extends Object
implements Serializable

Author:
chao.liuc
See Also:
Serialized Form

Constructor Summary
ArgumentConfig()
           
 
Method Summary
 Integer getIndex()
           
 String getType()
           
 Boolean isCallback()
           
 void setCallback(Boolean callback)
           
 void setIndex(Integer index)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentConfig

public ArgumentConfig()
Method Detail

getIndex

@Parameter(excluded=true)
public Integer getIndex()

setIndex

public void setIndex(Integer index)

getType

@Parameter(excluded=true)
public String getType()

setType

public void setType(String type)

setCallback

public void setCallback(Boolean callback)

isCallback

public Boolean isCallback()


Copyright © 2012–2017 Alibaba. All rights reserved.