Class MSSProfileQueryResponse
- java.lang.Object
-
- ch.swisscom.mid.client.rest.model.profqresp.MSSProfileQueryResponse
-
public class MSSProfileQueryResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description MSSProfileQueryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MSSProfileRespgetMSSProfileResp()voidsetMSSProfileResp(MSSProfileResp mSSProfileResp)StringtoString()MSSProfileQueryResponsewithMSSProfileResp(MSSProfileResp mSSProfileResp)
-
-
-
Method Detail
-
getMSSProfileResp
public MSSProfileResp getMSSProfileResp()
-
setMSSProfileResp
public void setMSSProfileResp(MSSProfileResp mSSProfileResp)
-
withMSSProfileResp
public MSSProfileQueryResponse withMSSProfileResp(MSSProfileResp mSSProfileResp)
-
-