public class ReferenceConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
transport |
protected String |
versionRule |
| Constructor and Description |
|---|
ReferenceConfig(String transport,
String versionRule) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTransport() |
String |
getVersionRule() |
boolean |
is3rdPartyService() |
boolean |
isThirdPartyService() |
ReferenceConfig |
setThirdPartyService(boolean thirdPartyService) |
void |
setTransport(String transport) |
public String getTransport()
public void setTransport(String transport)
public boolean is3rdPartyService()
public String getVersionRule()
public boolean isThirdPartyService()
public ReferenceConfig setThirdPartyService(boolean thirdPartyService)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.