Class JWSWrappedRequest
- java.lang.Object
-
- de.trustable.ca3s.adcs.proxy.web.rest.JWSWrappedRequest
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-10-20T18:27:31.111Z[GMT]") public class JWSWrappedRequest extends ObjectJWSWrappedRequest
-
-
Constructor Summary
Constructors Constructor Description JWSWrappedRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetJws()Get jwsinthashCode()JWSWrappedRequestjws(String jws)voidsetJws(String jws)StringtoString()
-
-
-
Method Detail
-
jws
public JWSWrappedRequest jws(String jws)
-
getJws
@NotNull public @NotNull String getJws()
Get jws- Returns:
- jws
-
setJws
public void setJws(String jws)
-
-