Package com.palantir.lock
Class ConjureLockV1Request
- java.lang.Object
-
- com.palantir.lock.ConjureLockV1Request
-
@Generated("com.palantir.conjure.java.types.BeanGenerator") public final class ConjureLockV1Request extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConjureLockV1Request.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConjureLockV1Request.Builderbuilder()booleanequals(Object other)StringgetLockClient()com.palantir.lock.LockRequestgetLockRequest()inthashCode()static ConjureLockV1Requestof(String lockClient, com.palantir.lock.LockRequest lockRequest)StringtoString()
-
-
-
Method Detail
-
getLockClient
public String getLockClient()
-
getLockRequest
public com.palantir.lock.LockRequest getLockRequest()
-
of
public static ConjureLockV1Request of(String lockClient, com.palantir.lock.LockRequest lockRequest)
-
builder
public static ConjureLockV1Request.Builder builder()
-
-