Skip to content

Conversation

@lhhhhhhhhhhhhhh
Copy link
Contributor

Visit ByteLegend for more details.

@ByteLegendBot
Copy link
Contributor

❤️ 感谢提交Pull Request!请稍等片刻,我们已经将其提交到CI进行检查,一旦有结果会立即通知您!

@ByteLegendBot
Copy link
Contributor

😄 您的答案正在被CI测试。点击这里查看更多信息。

public class GitHubApiCommitObject {

private String sha;
private String node_id;

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;

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() {

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) {

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() {

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) {

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一-鿿]*$' 。

@ByteLegendBot
Copy link
Contributor

😭 对不起,您的答案似乎没有通过CI测试,请不要气馁,点击这里查看原因,再接再厉!
下次一定可以做得更好!如果您有疑问,欢迎加入官方玩家QQ群,在首页右下角的联系 & 关于菜单里可以找到入群方式,我们会尽我们所能帮助您。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants