@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-07-23T08:29:06.952Z") public class UmaRsCheckAccessParams extends Object
| Constructor and Description |
|---|
UmaRsCheckAccessParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHttpMethod()
Get httpMethod
|
String |
getOxdId()
Get oxdId
|
String |
getPath()
Get path
|
String |
getRpt()
Get rpt
|
int |
hashCode() |
UmaRsCheckAccessParams |
httpMethod(String httpMethod) |
UmaRsCheckAccessParams |
oxdId(String oxdId) |
UmaRsCheckAccessParams |
path(String path) |
UmaRsCheckAccessParams |
rpt(String rpt) |
void |
setHttpMethod(String httpMethod) |
void |
setOxdId(String oxdId) |
void |
setPath(String path) |
void |
setRpt(String rpt) |
String |
toString() |
public UmaRsCheckAccessParams oxdId(String oxdId)
public String getOxdId()
public void setOxdId(String oxdId)
public UmaRsCheckAccessParams rpt(String rpt)
public String getRpt()
public void setRpt(String rpt)
public UmaRsCheckAccessParams path(String path)
public String getPath()
public void setPath(String path)
public UmaRsCheckAccessParams httpMethod(String httpMethod)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
Copyright © 2020. All rights reserved.