public class RotateRequest
extends java.lang.Object
Constructor | Description |
---|---|
RotateRequest() |
Initializes a new instance of the RotateRequest class.
|
RotateRequest(RotateOptions options) |
Initializes a new instance of the RotateRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
RotateOptions |
getoptions() |
Rotate options
|
int |
hashCode() |
|
void |
setoptions(RotateOptions options) |
|
java.lang.String |
toString() |
public RotateRequest()
public RotateRequest(RotateOptions options)
options
- Rotate optionspublic RotateOptions getoptions()
public void setoptions(RotateOptions options)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2022. All rights reserved.