Class UserRequestMetadata
- java.lang.Object
-
- io.tech1.framework.domain.http.requests.UserRequestMetadata
-
public class UserRequestMetadata extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)TupleExceptionDetailsgetException()GeoLocationgetGeoLocation()StatusgetStatus()UserAgentDetailsgetUserAgentDetails()Tuple2<String,String>getWhatTuple2()Tuple3<String,String,String>getWhereTuple3()inthashCode()static UserRequestMetadataprocessed(GeoLocation geoLocation, UserAgentDetails userAgentDetails)static UserRequestMetadataprocessing(IPAddress ipAddress)StringtoString()
-
-
-
Method Detail
-
processing
public static UserRequestMetadata processing(IPAddress ipAddress)
-
processed
public static UserRequestMetadata processed(GeoLocation geoLocation, UserAgentDetails userAgentDetails)
-
getException
public TupleExceptionDetails getException()
-
getStatus
public Status getStatus()
-
getGeoLocation
public GeoLocation getGeoLocation()
-
getUserAgentDetails
public UserAgentDetails getUserAgentDetails()
-
canEqual
protected boolean canEqual(Object other)
-
-