📄 resourcemanagerwssei_unregisterjobhost_requeststruct.java
字号:
// This class was generated by the JAXRPC SI, do not edit.// Contents subject to change without notice.// JAX-RPC Standard Implementation (1.1.2_02, build R41)// Generated source version: 1.1.2package jwsgrid.resourcemanager.ws;public class ResourceManagerWSSEI_unregisterJobHost_RequestStruct { protected java.lang.String String_1; protected java.lang.String String_2; public ResourceManagerWSSEI_unregisterJobHost_RequestStruct() { } public ResourceManagerWSSEI_unregisterJobHost_RequestStruct(java.lang.String String_1, java.lang.String String_2) { this.String_1 = String_1; this.String_2 = String_2; } 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; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -