com.alibaba.dubbo.config
Class ArgumentConfig
java.lang.Object
com.alibaba.dubbo.config.ArgumentConfig
- All Implemented Interfaces:
- Serializable
public class ArgumentConfig
- extends Object
- implements Serializable
- Author:
- chao.liuc
- See Also:
- Serialized Form
ArgumentConfig
public ArgumentConfig()
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.