📄 getpreview2.java
字号:
// This class was generated by the JAXRPC SI, do not edit.
// Contents subject to change without notice.
// JSR-172 Reference Implementation wscompile 1.0, using: JAX-RPC Standard Implementation (1.1, build R59)
package remote.connector;
public class GetPreview2 {
protected java.lang.String string_1;
protected java.lang.String string_2;
protected int int_3;
protected int int_4;
protected int int_5;
protected java.lang.String string_6;
public GetPreview2() {
}
public GetPreview2(java.lang.String string_1, java.lang.String string_2, int int_3, int int_4, int int_5, java.lang.String string_6) {
this.string_1 = string_1;
this.string_2 = string_2;
this.int_3 = int_3;
this.int_4 = int_4;
this.int_5 = int_5;
this.string_6 = string_6;
}
public java.lang.String getString_1() {
return string_1;
}
public void setString_1(java.lang.String string_1) {
this.string_1 = string_1;
}
public java.lang.String getString_2() {
return string_2;
}
public void setString_2(java.lang.String string_2) {
this.string_2 = string_2;
}
public int getInt_3() {
return int_3;
}
public void setInt_3(int int_3) {
this.int_3 = int_3;
}
public int getInt_4() {
return int_4;
}
public void setInt_4(int int_4) {
this.int_4 = int_4;
}
public int getInt_5() {
return int_5;
}
public void setInt_5(int int_5) {
this.int_5 = int_5;
}
public java.lang.String getString_6() {
return string_6;
}
public void setString_6(java.lang.String string_6) {
this.string_6 = string_6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -