Class ServiceResponse
java.lang.Object
ch.swisscom.mid.client.rest.model.statusresp.ServiceResponse
public class ServiceResponse extends Object
-
Constructor Summary
Constructors Constructor Description ServiceResponse() -
Method Summary
Modifier and Type Method Description StringgetDescription()GeofencinggetGeofencing()voidsetDescription(String description)voidsetGeofencing(Geofencing geofencing)StringtoString()ServiceResponsewithDescription(String description)ServiceResponsewithGeofencing(Geofencing geofencing)
-
Constructor Details
-
ServiceResponse
public ServiceResponse()
-
-
Method Details