@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-12-26T15:06:21.086+02:00[Europe/Kiev]") public class UpdatePsuIdenticationResponse extends Object
| Constructor and Description |
|---|
UpdatePsuIdenticationResponse() |
| Modifier and Type | Method and Description |
|---|---|
UpdatePsuIdenticationResponse |
_links(Map _links) |
boolean |
equals(Object o) |
@NotNull @Valid Map |
getLinks()
Get _links
|
@Size(max=500) String |
getPsuMessage()
Get psuMessage
|
@Valid ScaMethods |
getScaMethods()
Get scaMethods
|
@NotNull @Valid ScaStatus |
getScaStatus()
Get scaStatus
|
int |
hashCode() |
UpdatePsuIdenticationResponse |
psuMessage(String psuMessage) |
UpdatePsuIdenticationResponse |
scaMethods(ScaMethods scaMethods) |
UpdatePsuIdenticationResponse |
scaStatus(ScaStatus scaStatus) |
void |
setLinks(Map _links) |
void |
setPsuMessage(String psuMessage) |
void |
setScaMethods(ScaMethods scaMethods) |
void |
setScaStatus(ScaStatus scaStatus) |
String |
toString() |
public UpdatePsuIdenticationResponse scaMethods(ScaMethods scaMethods)
@Valid public @Valid ScaMethods getScaMethods()
public void setScaMethods(ScaMethods scaMethods)
public UpdatePsuIdenticationResponse _links(Map _links)
@NotNull @Valid public @NotNull @Valid Map getLinks()
public void setLinks(Map _links)
public UpdatePsuIdenticationResponse scaStatus(ScaStatus scaStatus)
@NotNull @Valid public @NotNull @Valid ScaStatus getScaStatus()
public void setScaStatus(ScaStatus scaStatus)
public UpdatePsuIdenticationResponse psuMessage(String psuMessage)
@Size(max=500) public @Size(max=500) String getPsuMessage()
public void setPsuMessage(String psuMessage)
Copyright © 2020. All rights reserved.