Class ServiceResponse
- java.lang.Object
-
- ch.swisscom.mid.client.rest.model.signresp.ServiceResponse
-
public class ServiceResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()GeofencinggetGeofencing()voidsetDescription(String description)voidsetGeofencing(Geofencing geofencing)StringtoString()ServiceResponsewithDescription(String description)ServiceResponsewithGeofencing(Geofencing geofencing)
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
withDescription
public ServiceResponse withDescription(String description)
-
getGeofencing
public Geofencing getGeofencing()
-
setGeofencing
public void setGeofencing(Geofencing geofencing)
-
withGeofencing
public ServiceResponse withGeofencing(Geofencing geofencing)
-
-