public class RpcApiDependency extends Object
| 构造器和说明 |
|---|
RpcApiDependency() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RpcApiDependency |
builder() |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
RpcApiDependency |
setArtifactId(String artifactId) |
RpcApiDependency |
setGroupId(String groupId) |
RpcApiDependency |
setVersion(String version) |
public static RpcApiDependency builder()
public String getGroupId()
public RpcApiDependency setGroupId(String groupId)
public String getArtifactId()
public RpcApiDependency setArtifactId(String artifactId)
public String getVersion()
public RpcApiDependency setVersion(String version)
Copyright © 2020. All rights reserved.