public class ProtoMethod extends Object
| Constructor and Description |
|---|
ProtoMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResponse(String status,
ProtoResponse response) |
ProtoResponse |
findResponse(int statusCode) |
String |
getArgTypeName() |
void |
setArgTypeName(String argTypeName) |
public String getArgTypeName()
public void setArgTypeName(String argTypeName)
public void addResponse(String status, ProtoResponse response)
public ProtoResponse findResponse(int statusCode)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.