-
Notifications
You must be signed in to change notification settings - Fork 6
Answer by lhhhhhhhhhhhhhh #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
❤️ 感谢提交Pull Request!请稍等片刻,我们已经将其提交到CI进行检查,一旦有结果会立即通知您! |
|
😄 您的答案正在被CI测试。点击这里查看更多信息。 |
| public class GitHubApiCommitObject { | ||
|
|
||
| private String sha; | ||
| private String node_id; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
名称 '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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
名称 'html_url' 必须匹配表达式: '^[a-z一-鿿][a-zA-Z0-9一-鿿]*$' 。
| this.sha = sha; | ||
| } | ||
|
|
||
| public String getNode_id() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
名称 '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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
名称 'setNode_id' 必须匹配表达式: '^[a-z一-鿿][a-zA-Z0-9一-鿿]*$' 。
| this.url = url; | ||
| } | ||
|
|
||
| public String getHtml_url() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
名称 '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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
名称 'setHtml_url' 必须匹配表达式: '^[a-z一-鿿][a-zA-Z0-9一-鿿]*$' 。
|
😭 对不起,您的答案似乎没有通过CI测试,请不要气馁,点击这里查看原因,再接再厉! |
Visit ByteLegend for more details.