Package com.axway.apim.api.model
Class Profile
- java.lang.Object
-
- com.axway.apim.api.model.Profile
-
- Direct Known Subclasses:
InboundProfile,OutboundProfile
public abstract class Profile extends Object
-
-
Constructor Summary
Constructors Constructor Description Profile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiId()StringgetApiMethodId()StringgetApiMethodName()voidsetApiId(String apiId)voidsetApiMethodId(String apiMethodId)voidsetApiMethodName(String apiMethodName)
-
-
-
Method Detail
-
getApiMethodId
public String getApiMethodId()
-
setApiMethodId
public void setApiMethodId(String apiMethodId)
-
getApiMethodName
public String getApiMethodName()
-
setApiMethodName
public void setApiMethodName(String apiMethodName)
-
getApiId
public String getApiId()
-
setApiId
public void setApiId(String apiId)
-
-