public static class WxMnpImgAiCropResult.Result extends Object implements Serializable
| 构造器和说明 |
|---|
Result() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCropBottom() |
int |
getCropLeft() |
int |
getCropRight() |
int |
getCropTop() |
void |
setCropBottom(int cropBottom) |
void |
setCropLeft(int cropLeft) |
void |
setCropRight(int cropRight) |
void |
setCropTop(int cropTop) |
String |
toString() |
public int getCropLeft()
public void setCropLeft(int cropLeft)
public int getCropTop()
public void setCropTop(int cropTop)
public int getCropRight()
public void setCropRight(int cropRight)
public int getCropBottom()
public void setCropBottom(int cropBottom)
Copyright © 2022. All rights reserved.