📄 previewtypeimpl.java
字号:
package com.esri.solutions.jitk.personalization.data.beans.v1.impl;public class PreviewTypeImpl implements com.esri.solutions.jitk.personalization.data.beans.v1.PreviewType { private java.lang.String _type; private int _height; private int _width; private byte[] _value; public java.lang.String getType() { return _type; } public void setType(java.lang.String pType) { _type = pType; } public int getHeight() { return _height; } public void setHeight(int pHeight) { _height = pHeight; } public int getWidth() { return _width; } public void setWidth(int pWidth) { _width = pWidth; } public byte[] getValue() { return _value; } public void setValue(byte[] pValue) { _value = pValue; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -