Conversation
|
❤️ 感谢提交Pull Request!请稍等片刻,我们已经将其提交到CI进行检查,一旦有结果会立即通知您! |
|
😄 您的答案正在被CI测试。点击这里查看更多信息。 |
| public class GitHubApiCommitObject { | ||
|
|
||
| private String sha; | ||
| private String node_id; |
There was a problem hiding this comment.
名称 'node_id' 必须匹配表达式: '^[a-z一-鿿][a-zA-Z0-9一-鿿]*$' 。
| private String sha; | ||
| private String node_id; | ||
| private String url; | ||
| private String html_url; |
There was a problem hiding this comment.
名称 'html_url' 必须匹配表达式: '^[a-z一-鿿][a-zA-Z0-9一-鿿]*$' 。
| this.sha = sha; | ||
| } | ||
|
|
||
| public String getNode_id() { |
There was a problem hiding this comment.
名称 'getNode_id' 必须匹配表达式: '^[a-z一-鿿][a-zA-Z0-9一-鿿]*$' 。
| return node_id; | ||
| } | ||
|
|
||
| public void setNode_id(String node_id) { |
There was a problem hiding this comment.
名称 'setNode_id' 必须匹配表达式: '^[a-z一-鿿][a-zA-Z0-9一-鿿]*$' 。
| this.url = url; | ||
| } | ||
|
|
||
| public String getHtml_url() { |
There was a problem hiding this comment.
名称 'getHtml_url' 必须匹配表达式: '^[a-z一-鿿][a-zA-Z0-9一-鿿]*$' 。
| return html_url; | ||
| } | ||
|
|
||
| public void setHtml_url(String html_url) { |
There was a problem hiding this comment.
名称 'setHtml_url' 必须匹配表达式: '^[a-z一-鿿][a-zA-Z0-9一-鿿]*$' 。
|
😭 对不起,您的答案似乎没有通过CI测试,请不要气馁,点击这里查看原因,再接再厉! |
Visit ByteLegend for more details.