File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
volcengine-java-sdk-iam/src/main/java/com/volcengine/iam/model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131
3232public class SetSecurityConfigRequest {
3333 @ SerializedName ("SafeAuthExemptDuration" )
34- private String safeAuthExemptDuration = null ;
34+ private Integer safeAuthExemptDuration = null ;
3535
3636 @ SerializedName ("SafeAuthType" )
3737 private String safeAuthType = null ;
3838
3939 @ SerializedName ("UserName" )
4040 private String userName = null ;
4141
42- public SetSecurityConfigRequest safeAuthExemptDuration (String safeAuthExemptDuration ) {
42+ public SetSecurityConfigRequest safeAuthExemptDuration (Integer safeAuthExemptDuration ) {
4343 this .safeAuthExemptDuration = safeAuthExemptDuration ;
4444 return this ;
4545 }
@@ -49,11 +49,11 @@ public SetSecurityConfigRequest safeAuthExemptDuration(String safeAuthExemptDura
4949 * @return safeAuthExemptDuration
5050 **/
5151 @ Schema (description = "" )
52- public String getSafeAuthExemptDuration () {
52+ public Integer getSafeAuthExemptDuration () {
5353 return safeAuthExemptDuration ;
5454 }
5555
56- public void setSafeAuthExemptDuration (String safeAuthExemptDuration ) {
56+ public void setSafeAuthExemptDuration (Integer safeAuthExemptDuration ) {
5757 this .safeAuthExemptDuration = safeAuthExemptDuration ;
5858 }
5959
You can’t perform that action at this time.
0 commit comments